From 859d632771a0287c3736b76abf0015d85c08b943 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Thu, 26 Jul 2018 16:57:32 +0100 Subject: [PATCH] misc: fix typo --- examples/style-resources/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/style-resources/README.md b/examples/style-resources/README.md index 3376dc6cf7..d57d46c360 100644 --- a/examples/style-resources/README.md +++ b/examples/style-resources/README.md @@ -1,6 +1,6 @@ # Using build.styleResources with Nuxt.js -This is usefull when you need to inject some variables and mixins in your pages without having to import them everytime. +This is useful when you need to inject some variables and mixins in your pages without having to import them every time. Nuxt.js uses https://github.com/yenshih/style-resources-loader to achieve this behaviour. @@ -27,7 +27,7 @@ You need to specify the patterns/path you want to include for the given pre-proc } ``` -:warning: If you want to use `@import` in these `styleResources` files, you should use path aliase (`~@`) like this +:warning: If you want to use `@import` in these `styleResources` files, you should use path alias (`~@`) like this ```scss @import '~@/assets/other.scss';