Skip to content

Commit

Permalink
Typo: let's => lets
Browse files Browse the repository at this point in the history
  • Loading branch information
lrcg committed Oct 31, 2012
1 parent 058ead2 commit 5f565a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-src/content/help/tutorials/best_practices.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ webpage content. Following this best practice theoretically results in a website
that is easier to maintain. However, in reality, the functional limitations of
CSS force abstractions down into the markup to facilitate the [DRY][4] principle
of code maintainability. Sass allows us to move our presentation completely to
the stylesheets because it let's us create abstractions and reuse entirely in
the stylesheets because it lets us create abstractions and reuse entirely in
that context. Read [this blog post][5] for more information on the subject.

Once you have clean markup, style it using Mixins and Inheritance. With clean
Expand Down

0 comments on commit 5f565a5

Please sign in to comment.