]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs(typo): you to your 5769/head
authorMark Taylor <markwtaylor@gmail.com>
Wed, 10 Sep 2014 14:52:33 +0000 (10:52 -0400)
committerMark Taylor <markwtaylor@gmail.com>
Wed, 10 Sep 2014 14:52:33 +0000 (10:52 -0400)
Change "makes you site feel faster" to "makes your site feel faster."

doc/pages/sass-files.html

index 5c802af0324f8d7755c9ca6427630b6c119b31a1..e1b77d281795875241853d46dee17617183033a2 100644 (file)
@@ -53,7 +53,7 @@ title: What You Get with Foundation Sass
     </div>
     <ul class="info-list">
       <li>The recommended install uses Bower to package up all the Foundation components and manage any updates. Bower manages the contents of this folder so don't change anything in this folder.</li>
-      <li><strong>fastclick.js</strong><p>Fastclick gets rid of the ~300ms delay that mobile users expericing when "tapping" on a button. It's not a Foundation requirement, but makes you site feel faster.</p></li>
+      <li><strong>fastclick.js</strong><p>Fastclick gets rid of the ~300ms delay that mobile users expericing when "tapping" on a button. It's not a Foundation requirement, but makes your site feel faster.</p></li>
       <li><strong>foundation folder</strong><p>This is where we keep all the files that make foundation work. Any CSS and SCSS partials and javascript live here. Including the components here allows you to easily update your project with ```bower update``` command.</p></li>
       <li><strong>jquery</strong><p> We've included jQuery in here because anytime there is an update to jQuery with a Foundation release it will be updated as well.</p></li>
       <li><strong>jquery.cookie</strong><p>This is included in Foundation for our Joyride feature. It allows the browser to create a cookie specifically for the option to not show the Joyride tour a second time.</p></li>