]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Typo fix 398/head
authorAndrei Brumaru <AndreiBru@users.noreply.github.com>
Thu, 28 Apr 2016 13:04:16 +0000 (16:04 +0300)
committerAndrei Brumaru <AndreiBru@users.noreply.github.com>
Thu, 28 Apr 2016 13:04:16 +0000 (16:04 +0300)
docs/pages/zurb-stack.md

index c87c95251df3284b47f8faf7efbd7676f4fa2369..481f8606837fee77b7050cfdf9cf12bb2e81f885 100644 (file)
@@ -3,7 +3,7 @@ title: ZURB Stack
 descripiton: The ZURB email stack is a boilerplate that gives you everything you need to develop and test HTML emails.
 ---
 
-Email and web development can get complicated fast. We’ve introduced the ZURB Stack which helps you get started faster and lets you do more - without having to spend time finding the right tool for the job. The ZURB Stack includes:
+Email and web development can get complicated fast. We’ve introduced the ZURB Stack which helps you get started faster and lets you do more - without having to spend time finding the right tool for the job. The ZURB Stack includes:
 
 - **Gulp.** This is our task runner of choice for Foundation. Gulp lets us queue up tasks to execute. This let’s us do cool things like inlining automagically updating your browser. It’s what the Stack is built on. [Find out more about Gulp](http://gulpjs.com/).
 - **Sass.** We use Libsass as our CSS preprocessor of choice. If you’re not familiar with Sass, it lets you use variables, nesting, and mixins (to name a few). [Learn more about Sass](http://sass-lang.com/).