Skip to content

Commit 2083516

Browse files
elilliefacebook-github-bot
authored andcommitted
Correct its/it's homophone in NativeModulesIOS.md
Summary: Closes #14522 Differential Revision: D5254055 Pulled By: javache fbshipit-source-id: aa764fc15baaeb349573b443ec24bbdea1255de9
1 parent e48ad96 commit 2083516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/NativeModulesIOS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ The native module should not have any assumptions about what thread it is being
235235
}
236236
```
237237

238-
Similarly, if an operation may take a long time to complete, the native module should not block and can specify it's own queue to run operations on. For example, the `RCTAsyncLocalStorage` module creates it's own queue so the React queue isn't blocked waiting on potentially slow disk access:
238+
Similarly, if an operation may take a long time to complete, the native module should not block and can specify it's own queue to run operations on. For example, the `RCTAsyncLocalStorage` module creates its own queue so the React queue isn't blocked waiting on potentially slow disk access:
239239

240240
```objectivec
241241
- (dispatch_queue_t)methodQueue

0 commit comments

Comments
 (0)