Skip to content

Commit e4cd8a9

Browse files
authored
docs: fix various typos (#4903)
1 parent 09b539d commit e4cd8a9

13 files changed

+13
-13
lines changed

STYLEGUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ When writing step-by-step instructions (e.g. how to install something), try to f
137137

138138
## Resources
139139

140-
- [React JS’s contibuting guidelines](https://github.com/reactjs/reactjs.org/blob/main/CONTRIBUTING.md#guidelines-for-text), especially the [code examples guidelines](https://github.com/reactjs/reactjs.org/blob/master/CONTRIBUTING.md#guidelines-for-code-examples)
140+
- [React JS’s contributing guidelines](https://github.com/reactjs/reactjs.org/blob/main/CONTRIBUTING.md#guidelines-for-text), especially the [code examples guidelines](https://github.com/reactjs/reactjs.org/blob/master/CONTRIBUTING.md#guidelines-for-code-examples)

docs/_integration-with-existing-apps-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ We now need to add some native code in order to start the React Native runtime a
237237

238238
### Requirements
239239

240-
React Native intialization is now unbound to any specific part of an iOS app.
240+
React Native initialization is now unbound to any specific part of an iOS app.
241241

242242
React Native can be initialized using a class called `RCTReactNativeFactory`, that takes care of handling the React Native lifecycle for you.
243243

website/architecture/bundled-hermes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The prebuilt artifacts for Hermes do not contain debug symbols (dSYMs) by defaul
162162

163163
### I'm afraid this change is impacting me
164164

165-
We'd like to stress that this is essentially an organizational change on _where_ Hermes is built and _how_ the code is syncronized between the two repositories. The change should be fully transparent to our users.
165+
We'd like to stress that this is essentially an organizational change on _where_ Hermes is built and _how_ the code is synchronized between the two repositories. The change should be fully transparent to our users.
166166

167167
Historically, we used to cut a release of Hermes for a specific version of React Native (e.g. [`v0.11.0 for RN0.68.x`](https://github.com/facebook/hermes/releases/tag/v0.11.0)).
168168

website/blog/2021-04-08-GAAD-March-Accessibility-Issue-Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Thank you to all the community members who have participated. You are truly movi
1818

1919
- [feat: set disabled accessibilityState when TouchableHighlight is disabled #31135](https://github.com/facebook/react-native/pull/31135) closed by [@natural_clar](https://twitter.com/natural_clar)
2020

21-
- [[Android] Selected State does not annonce when TextInput Component selected #31144](https://github.com/facebook/react-native/pull/31144) closed by [fabriziobertoglio1987](https://fabriziobertoglio.xyz/)
21+
- [[Android] Selected State does not announce when TextInput Component selected #31144](https://github.com/facebook/react-native/pull/31144) closed by [fabriziobertoglio1987](https://fabriziobertoglio.xyz/)
2222

2323
- [Added talkback support for TouchableNativeFeedback accessibility: disabled prop #31224](https://github.com/facebook/react-native/pull/31224) closed by [@kyamashiro73](https://twitter.com/kyamashiro73)
2424

website/blog/2021-05-20-GAAD-One-Year-Later.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ We want to thank all the contributors mentioned below who have submitted and mer
8888
- [@natural_clar](https://twitter.com/natural_clar) closed 1 issue with:
8989
- [feat: set disabled accessibilityState when `TouchableHighlight` is disabled #31135](https://github.com/facebook/react-native/pull/31135)
9090
- [fabriziobertoglio1987](https://github.com/fabriziobertoglio1987) closed 2 issues with:
91-
- [[Android] Selected State does not annonce when `TextInput` Component selected #31144](https://github.com/facebook/react-native/pull/31144)
91+
- [[Android] Selected State does not announce when `TextInput` Component selected #31144](https://github.com/facebook/react-native/pull/31144)
9292
- [Accessibility Fix Image does not announce "disabled" #31252](https://github.com/facebook/react-native/pull/31252)
9393
- [@kyamashiro73](https://twitter.com/kyamashiro73) closed 1 issue with:
9494
- [Added talkback support for `TouchableNativeFeedback` accessibility: disabled prop #31224](https://github.com/facebook/react-native/pull/31224)

website/blog/2024-10-23-release-0.76-new-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Like `boxShadow`, `filter` can take either a string, which mimics the CSS syntax
118118

119119
### Removed the dependency on the @react-native-community/cli
120120

121-
As previosly shared in 0.75, our vision is for React Native to be [framework agnostic](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0759-react-native-frameworks.md). Therefore, we completed the work to remove @react-native-community/cli as a direct dependency of React Native.
121+
As previously shared in 0.75, our vision is for React Native to be [framework agnostic](https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0759-react-native-frameworks.md). Therefore, we completed the work to remove @react-native-community/cli as a direct dependency of React Native.
122122

123123
Decoupling React Native from the CLI allows us to move faster through releasing these projects independently and to better separate the responsibilities of both projects.
124124

website/versioned_docs/version-0.78/_integration-with-existing-apps-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ We now need to add some native code in order to start the React Native runtime a
232232

233233
### Requirements
234234

235-
React Native intialization is now unbound to any specific part of an iOS app.
235+
React Native initialization is now unbound to any specific part of an iOS app.
236236

237237
React Native can be initialized using a class called `RCTReactNativeFactory`, that takes care of handling the React Native lifecycle for you.
238238

website/versioned_docs/version-0.79/_integration-with-existing-apps-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ We now need to add some native code in order to start the React Native runtime a
232232

233233
### Requirements
234234

235-
React Native intialization is now unbound to any specific part of an iOS app.
235+
React Native initialization is now unbound to any specific part of an iOS app.
236236

237237
React Native can be initialized using a class called `RCTReactNativeFactory`, that takes care of handling the React Native lifecycle for you.
238238

website/versioned_docs/version-0.79/the-new-architecture/fabric-component-native-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import con
44

55
In the [base guide](/docs/fabric-native-components-introduction) to write a new Native Component, you have explored how to create a new component, how to pass properties from the JS side to the native side, and how to emit events from native side to JS.
66

7-
Custom components can also call some of the functions implementated in the native code imperatively, to achieve some more advanced functionalities, such as programmatically reload a web page.
7+
Custom components can also call some of the functions implemented in the native code imperatively, to achieve some more advanced functionalities, such as programmatically reload a web page.
88

99
In this guide you'll learn how to achieve this, by using a new concept: Native Commands.
1010

website/versioned_docs/version-0.80/_integration-with-existing-apps-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ We now need to add some native code in order to start the React Native runtime a
232232

233233
### Requirements
234234

235-
React Native intialization is now unbound to any specific part of an iOS app.
235+
React Native initialization is now unbound to any specific part of an iOS app.
236236

237237
React Native can be initialized using a class called `RCTReactNativeFactory`, that takes care of handling the React Native lifecycle for you.
238238

0 commit comments

Comments
 (0)