Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
t32k committed Jan 29, 2015
1 parent b60b076 commit c102ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Wisteria.css is a class selectors based harmless CSS library.

+ __Harmless__: Wisteria dose not destroy your web page style, because have only class selectors. HTML5-Rest just reset the style.
+ __Harmless__: Wisteria dose not destroy your web page style, because has only class selectors. HTML5-Rest just reset the style.
+ __Helper__: Wisteria has a bunch of Emmet-like utility classes. It means you do not have to learn the namig rules.
+ __Hi-Control__: Wisteria's grid implements simple and modern Flexbox layout, so you make a mockup site with less typing rapidly.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="h1 u-ptl">Wisteria</h1>
<div class="g-col">
<img src="img/flask.svg" width="100" alt="">
<div class="u-fz4 strong">Harmless</div>
<p class="u-tal">Wisteria dose not destroy your web page style, because have only class selectors. <a href="https://github.com/murtaugh/HTML5-Reset" class="b">HTML5-Rest</a> just reset the style.</p>
<p class="u-tal">Wisteria dose not destroy your web page style, because has only class selectors. <a href="https://github.com/murtaugh/HTML5-Reset" class="b">HTML5-Rest</a> just reset the style.</p>
</div>
<div class="g-col">
<img src="img/box.svg" width="100" alt="">
Expand Down

0 comments on commit c102ac5

Please sign in to comment.