Skip to content

Commit 3211df7

Browse files
authored
docs: word correction (#389)
correcting the word "exiting" to "existing"
1 parent d794432 commit 3211df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import AsyncStorage from '@react-native-community/async-storage';
1717

1818
### Storing data
1919

20-
`setItem()` is used both to add new data item (when no data for given key exists), and to modify exiting item (when previous data for given key exists).
20+
`setItem()` is used both to add new data item (when no data for given key exists), and to modify existing item (when previous data for given key exists).
2121

2222
#### Storing string value
2323
```jsx

0 commit comments

Comments
 (0)