Skip to content

Commit 5861ed8

Browse files
authored
docs(README): fix a typo in README.md (#234)
1 parent 6cdb125 commit 5861ed8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const MyLoader = () => (
7474
)
7575
```
7676

77-
**Still not clear?** Take a look at this working example at [codesandbox.io](https://codesandbox.io/s/moojk887z9)
77+
**Still not clear?** Take a look at this working example at [codesandbox.io](https://codesandbox.io/s/moojk887z9)
7878
Or try the components editable demo hands-on and install it from [bit.dev](https://bit.dev/danilowoz/react-content-loader)
7979

8080
## Native
@@ -231,7 +231,7 @@ To fix it, set the prop [`uniqueKey`](https://github.com/danilowoz/react-content
231231
```jsx
232232
import { Facebook } from 'react-content-loader'
233233

234-
const MyFacebookLoader = () => <Facebook uniqueKey="my-random-valye" />
234+
const MyFacebookLoader = () => <Facebook uniqueKey="my-random-value" />
235235
```
236236

237237
#### **Alpha is not working: Safari / iOS**

0 commit comments

Comments
 (0)