Skip to content

Commit 14da60a

Browse files
authored
chore(docs): Fix typo in migration guide (#30197)
1 parent 962c4a1 commit 14da60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/release-notes/migrating-from-v2-to-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ const Box = ({ children }) => (
367367
export default Box
368368
```
369369
370-
You can also still import all styles using the `import * as styles` sytax e.g. `import * as styles from './mystyles.module.css'`. However, this won't allow webpack to treeshake your styles so we discourage you from using this syntax.
370+
You can also still import all styles using the `import * as styles` syntax e.g. `import * as styles from './mystyles.module.css'`. However, this won't allow webpack to treeshake your styles so we discourage you from using this syntax.
371371
372372
### File assets (fonts, pdfs, ...) are imported as ES Modules
373373

0 commit comments

Comments
 (0)