Skip to content

Commit 0c12b61

Browse files
authored
docs: fix typos
1 parent d0be2b5 commit 0c12b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Thus you can import your Sass modules from `node_modules`.
9191
```
9292

9393
Using `~` is deprecated and can be removed from your code (**we recommend it**), but we still support it for historical reasons.
94-
Why you can removed it? The loader will first try to resolve `@import` as relative, if it cannot be resolved, the loader will try to resolve `@import` inside [`node_modules`](https://webpack.js.org/configuration/resolve/#resolve-modules).
94+
Why you can remove it? The loader will first try to resolve `@import` as relative, if it cannot be resolved, the loader will try to resolve `@import` inside [`node_modules`](https://webpack.js.org/configuration/resolve/#resolve-modules).
9595
Just prepend them with a `~` which tells webpack to look up the [`modules`](https://webpack.js.org/configuration/resolve/#resolve-modules).
9696

9797
```scss

0 commit comments

Comments
 (0)