minor text change

This commit is contained in:
Heydon Pickering 2017-07-03 12:52:15 +01:00
parent f26377e16e
commit 236507978a
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Welcome to **Infusion**: a pattern library builder for inclusive designers. Thes
* Quickly include WCAG and Inclusive Design Principles references by key
* Easily make sections collapsible without writing HTML
* Choose between plain or line-numbered code blocks
* A responsive, screen reader and keyboard accessible static site as output
* A responsive, screen reader and keyboard accessible static website as output
{{% /ticks %}}
To get started, take a look at {{% pattern "Installation" %}}.

View File

@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "hugo server",
"clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md",
"build": "rm -rfv public/* && hugo",
"build": "hugo",
"setup": "hugo && git add public",
"host": "hugo && git push origin `git subtree split --prefix public master`:gh-pages --force"
},

View File

@ -194,7 +194,7 @@
<li>Quickly include WCAG and Inclusive Design Principles references by key</li>
<li>Easily make sections collapsible without writing HTML</li>
<li>Choose between plain or line-numbered code blocks</li>
<li>A responsive, screen reader and keyboard accessible static website as output</li>
<li>A responsive, screen reader and keyboard accessible static site as output</li>
</ul>
</div>