Skip to content

Commit a7dd4f0

Browse files
committed
Merge pull request facebook#2902 from morenoh149/fixGrammarNativeModulesAndroid
Fix Grammar
2 parents e55b5a0 + 7f06792 commit a7dd4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/NativeModulesAndroid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ mReactInstanceManager = ReactInstanceManager.builder()
119119
.build();
120120
```
121121

122-
To make it simpler for to access your new functionality from JavaScript, it is common to wrap the native module in a JavaScript module. This is not necessary but saves the consumers of your library the need to pull it off of `NativeModules` each time. This JavaScript file also becomes a good location for you to add any JavaScript side functionality.
122+
To make it simpler to access your new functionality from JavaScript, it is common to wrap the native module in a JavaScript module. This is not necessary but saves the consumers of your library the need to pull it off of `NativeModules` each time. This JavaScript file also becomes a good location for you to add any JavaScript side functionality.
123123

124124
```java
125125
/**

0 commit comments

Comments
 (0)