Skip to content

Commit

Permalink
Fixed typos in example
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrob committed Oct 12, 2015
1 parent 81b7e01 commit 4f2f8a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<article>
<p>
<strong>Tacit</strong> is a CSS framework for <em>dummies</em>, who want their
web services look attractive but have almost zero
web services to look attractive but have almost zero
skills in graphic design, just like
<a href="https://github.com/yegor256">myself</a>.
This is how your website will look if you add just this code to your HTML:
Expand All @@ -42,7 +42,7 @@
Check the source code of this page.
</p>
<p>
By the way, it is compliant with
By the way, Tacit is compliant with
W3C validator requirements:
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fyegor256.github.io%2Ftacit%2F&amp;doctype=Inline">HTML</a> and
<a href="https://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fyegor256.github.io%2Ftacit%2F&amp;profile=css3">CSS</a>.
Expand All @@ -57,7 +57,7 @@ <h2>Forms</h2>
<input name="email" type="text" id="email" size="25" placeholder="must be unique"/>
<label for="sex">Your gender:</label>
<select name="sex" id="sex">
<option value="none">won't tell</option>
<option value="none">don't want to say</option>
<option value="female">female</option>
<option value="male">male</option>
</select>
Expand Down Expand Up @@ -102,7 +102,7 @@ <h2>Tables</h2>
<h2>Headings</h2>
<p>Just use standard <code>&lt;h1&gt;</code>...<code>&lt;h6&gt;</code> tags:
<h1>This is &lt;h1&gt;</h1>
<p>Use heading of the highest level once per page.</p>
<p>Use a heading of the highest level once per page.</p>
<h2>This is &lt;h2&gt;</h2>
<p>Use <code>&lt;h2&gt;</code> for sections of the page.</p>
<h3>This is &lt;h3&gt;</h3>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h2>Work in progress</h2>
<p>
The framework is still in development. If you want to contribute,
fork it and submit a <a href="https://github.com/yegor256/tacit">pull request</a>.
Your help is always apprecitated.
Your help is always appreciated.
</p>
</article>
<footer>
Expand All @@ -152,7 +152,7 @@ <h2>Work in progress</h2>
</nav>
<nav>
<ul>
<li><small><a href="https://github.com/yegor256/tacit">Github</a></small></li>
<li><small><a href="https://github.com/yegor256/tacit">GitHub</a></small></li>
<li><small><a href="http://yegor256.github.io/tacit/tacit-VERSION.min.css">Download</a></small></li>
<li><small><a href="http://opensource.org/licenses/MIT">MIT license</a></small></li>
</ul>
Expand Down

0 comments on commit 4f2f8a1

Please sign in to comment.