Skip to content

Commit

Permalink
fix(docs): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 19, 2015
1 parent 16910f5 commit 8619ec3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _app/_posts/note/2014-06-10-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The AMSF framework ships a default theme [Curtana](http://github.com/amsf/amsf-c

### Via Git (GitHub)

The easist way to install new theme is via `theme-add`, the following command will install theme Curtana from its official repo `amsf/amsf-curtana`:
The easiest way to install new theme is via `theme-add`, the following command will install theme Curtana from its official repo `amsf/amsf-curtana`:

```sh
$ grunt theme-add --theme=curtana
Expand Down Expand Up @@ -241,13 +241,13 @@ Site Twitter account handle.
Template:

```html
<a src="http://twitter.com/{{ '{{ site.twitter ' }}}}">Follow @{{ '{{ site.twitter ' }}}} on Twitter</a>
<a href="http://twitter.com/{{ '{{ site.twitter ' }}}}">Follow @{{ '{{ site.twitter ' }}}} on Twitter</a>
```

Output:

```html
<a src="http://twitter.com/sparanoid">Follow @sparanoid on Twitter</a>
<a href="http://twitter.com/sparanoid">Follow @sparanoid on Twitter</a>
```

#### `site.force_utf_8`
Expand Down

0 comments on commit 8619ec3

Please sign in to comment.