From: Alexandr Burdiyan Date: Fri, 20 Nov 2015 17:02:53 +0000 (+0100) Subject: Fix double p typo in readme for meteor X-Git-Tag: v6.0.2~15^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7066%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix double p typo in readme for meteor --- diff --git a/meteor-README.md b/meteor-README.md index 516119d27..19cd5d770 100644 --- a/meteor-README.md +++ b/meteor-README.md @@ -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