]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed "Foundatiion" typo 7119/head
authorJames Cocker <purplespider@users.noreply.github.com>
Sat, 21 Nov 2015 21:11:23 +0000 (21:11 +0000)
committerJames Cocker <purplespider@users.noreply.github.com>
Sat, 21 Nov 2015 21:11:23 +0000 (21:11 +0000)
docs/pages/sass.md

index 9285197bb708767b7a08e2fc0578379f1a2cf567..9f63a1f23f64f2aebc6ce0d927f2ea61afa7fe76 100644 (file)
@@ -109,7 +109,7 @@ Our [starter projects](starter-projects.html) include the full list of imports,
 
 ## The Settings File
 
-All Foundatiion projects include a settings file, named `_settings.scss`. If you're using Yeti Launch or the CLI to create a Foundation for Sites project, you can find the settings file under src/assets/scss/. If you're installing the framework standalone using Bower or npm, there's a settings file included in those packages, which you can move into your own Sass files to work with.
+All Foundation projects include a settings file, named `_settings.scss`. If you're using Yeti Launch or the CLI to create a Foundation for Sites project, you can find the settings file under src/assets/scss/. If you're installing the framework standalone using Bower or npm, there's a settings file included in those packages, which you can move into your own Sass files to work with.
 
 Every component includes a set of variables that modify core structural or visual styles. If there's something you can't customize with a variable, you can just write your own CSS to add it.