Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit eba4b7e

Browse files
ghoulliergregberge
authored andcommitted
docs(typo): Fix bad package name (#52)
1 parent dff9381 commit eba4b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default App
3434
Even if it is not required, is recommended to apply a global normalize before using Smooth UI.
3535

3636
```js
37-
import { injectGlobal } from 'styled-component'
37+
import { injectGlobal } from 'styled-components'
3838
import { globalStyle } from '@smooth-ui/core-sc'
3939

4040
injectGlobal`${globalStyle}`

0 commit comments

Comments
 (0)