Skip to content

Commit ff764d2

Browse files
committed
Typo
1 parent 550d643 commit ff764d2

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
@@ -831,7 +831,7 @@ const { cssModules } = require('svelte-preprocess-cssmodules');
831831
...
832832
```
833833

834-
As it is extremely common for developers to use `svelte-preprocess` in their application, CSS Modules provides a small utility to easily be incorporated with. `linearPreprocess` will ensure a linear process from the list of preprocessors.
834+
As it is extremely common for developers to use `svelte-preprocess` in their application, CSS Modules provides a small utility to easily be incorporated with. `linearPreprocess` will ensure a linear process with the list of preprocessors.
835835

836836
```js
837837
const { typescript, scss } = require('svelte-preprocess');

0 commit comments

Comments
 (0)