Skip to content

Commit 7b47cac

Browse files
authored
Merge pull request #51 from 4eb0da/patch-1
Fix missing letter in README
2 parents c287222 + 5d1b284 commit 7b47cac

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
@@ -255,7 +255,7 @@ When used on a class, `:local()` applies the svelte scoping system to the select
255255

256256
Alternatively, styles can be created into an external file and imported onto a svelte component from the `<script>` tag. The name referring to the import can then be used in the markup targetting any existing classname of the stylesheet.
257257

258-
- The option `parseExternalSylesheet` need to be enabled.
258+
- The option `parseExternalStylesheet` need to be enabled.
259259
- The css file must follow the convention `FILENAME.module.css` in order to be processed.
260260

261261
**Note:** *The import option is only meant for stylesheets relative to the component. You will have to set your own bundler in order to import *node_modules* packages css files.*

0 commit comments

Comments
 (0)