Skip to content

Commit

Permalink
Merge pull request #53 from catalinred/master
Browse files Browse the repository at this point in the history
Fix abbreviation.
  • Loading branch information
hai-cea committed Nov 13, 2014
2 parents 06b8e0a + b6bfd30 commit cf3aa36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/app/components/pages/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ var HomePage = React.createClass({

<div className="feature">
<Link className="icon-circle" to="css-framework"><Icon icon="av-web" /></Link>
<h3>Css Framework</h3>
<h3>CSS Framework</h3>
<p>
The Css Framework is built with <a href="http://lesscss.org">Less</a>. We've
The CSS Framework is built with <a href="http://lesscss.org">Less</a>. We've
included handy things like resets, colors, and typography to help get you going.
</p>
</div>
Expand Down

0 comments on commit cf3aa36

Please sign in to comment.