Skip to content

Commit 30e75a5

Browse files
Fixed a typo in README for better clarity and understanding (facebook#47918)
Summary: I was just going through the README file, and I felt that the word "repo" seems a bit informal. Thus I made the correction and made it "repository". ## Changelog: [General] [Changed] - Fixed a typo in the README file. Pull Request resolved: facebook#47918 Test Plan: No specific Test Plan for these changes, as it is just a typo fix in README.md Reviewed By: fkgozali Differential Revision: D66414686 Pulled By: arushikesarwani94 fbshipit-source-id: 578530d2dcdf046a90bf5a5bc32ba68e8f496c81
1 parent d4d1eb9 commit 30e75a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The full documentation for React Native can be found on our [website][docs].
8787

8888
The React Native documentation discusses components, APIs, and topics that are specific to React Native. For further documentation on the React API that is shared between React Native and React DOM, refer to the [React documentation][r-docs].
8989

90-
The source for the React Native documentation and website is hosted on a separate repo, [**@facebook/react-native-website**][repo-website].
90+
The source for the React Native documentation and website is hosted on a separate repository, [**@facebook/react-native-website**][repo-website].
9191

9292
[docs]: https://reactnative.dev/docs/getting-started
9393
[r-docs]: https://react.dev/learn

0 commit comments

Comments
 (0)