Skip to content

Commit 9075ff6

Browse files
markneubfacebook-github-bot
authored andcommitted
Fix typo
Summary: <!-- Thank you for sending the PR! We appreciate you spending the time to work on these changes. Help us understand your motivation by explaining why you decided to make this change. You can learn more about contributing to React Native here: http://facebook.github.io/react-native/docs/contributing.html Happy contributing! --> I saw a word missing; I just wanted to correct the typo. No testing needed for a typo in the documentation Closes #15393 Differential Revision: D5601466 Pulled By: javache fbshipit-source-id: 7cfb6ba957ac4053fd8645af419a7be2361c6c75
1 parent 7e51547 commit 9075ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/LinkingLibraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to `require` it. Other libraries also rely on some native code, in that case
2424
you'll have to add these files to your app, otherwise the app will throw an
2525
error as soon as you try to use the library._
2626

27-
## Here the few steps to link your libraries that contain native code
27+
## Here are the few steps to link your libraries that contain native code
2828

2929
### Automatic linking
3030

0 commit comments

Comments
 (0)