]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix double p typo in readme for meteor 7066/head
authorAlexandr Burdiyan <burdiyan@gmail.com>
Fri, 20 Nov 2015 17:02:53 +0000 (18:02 +0100)
committerAlexandr Burdiyan <burdiyan@gmail.com>
Fri, 20 Nov 2015 17:02:53 +0000 (18:02 +0100)
meteor-README.md

index 516119d277897f09f5e59d19f95844d65412397e..19cd5d77062b5ce9eed31e665f0169d37cd6ab0c 100644 (file)
@@ -66,7 +66,7 @@ Or you can comment out the components you don't need:
 
 ### 3. Overwrite Foundation settings
 
-If you want you can coppy `_settings.scss` file into your project. You can change settings and import it in your main .scss file (in your app):
+If you want you can copy `_settings.scss` file into your project. You can change settings and import it in your main .scss file (in your app):
 
 ```
 @import 'settings'; // example when the _settings.scss file is in the same folder as your main .scss file