From 966b9327b5ffb2b370b40f86afe764e7bb76afda Mon Sep 17 00:00:00 2001 From: Alexandr Burdiyan Date: Fri, 20 Nov 2015 18:02:53 +0100 Subject: [PATCH] Fix double p typo in readme for meteor --- meteor-README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2