Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d293121

Browse files
Fix typo in README
Copying the code with the dot will be an error for beginners
1 parent 67bdc42 commit d293121

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
@@ -106,7 +106,7 @@ To start using the components, please follow these steps:
106106
to remove all browser styling.
107107

108108
```jsx
109-
import { ThemeProvider, CSSReset } from "@chakra-ui/core".
109+
import { ThemeProvider, CSSReset } from "@chakra-ui/core"
110110

111111
// Do this at the root of your application
112112
const App = ({ children }) => (

0 commit comments

Comments
 (0)