Skip to content

Commit 0cfd502

Browse files
authored
docs: fix typographical error (#406)
In the sentence `Follow those steps to add a mocked `Async Storage` module`, these should be used in place of those.
1 parent ae5a042 commit 0cfd502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/advanced/Jest-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Jest integration
55
---
66

77

8-
Async Storage module is tightly coupled with its `NativeModule` part - it needs a running React Native application to work properly. In order to use it in tests, you have to provide its separate implementation. Follow those steps to add a mocked `Async Storage` module.
8+
Async Storage module is tightly coupled with its `NativeModule` part - it needs a running React Native application to work properly. In order to use it in tests, you have to provide its separate implementation. Follow these steps to add a mocked `Async Storage` module.
99

1010
## Using Async Storage mock
1111

0 commit comments

Comments
 (0)