Skip to content

Commit 4b6dd2f

Browse files
authored
fix few typos in doc files (#4740)
1 parent 032ea6a commit 4b6dd2f

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/fabric-native-components-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ open Demo.xcworkspace
4646

4747
3. In the `WebView` group, create <code>New</code>→<code>File from Template</code>.
4848

49-
<img className="half-size" alt="Create a new file using the Cocoa Touch Classs template" src="/docs/assets/fabric-native-components/3.webp" />
49+
<img className="half-size" alt="Create a new file using the Cocoa Touch Class template" src="/docs/assets/fabric-native-components/3.webp" />
5050

5151
4. Use the <code>Objective-C File</code> template, and name it <code>RCTWebView</code>.
5252

docs/virtualview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ const HiddenVirtualView = createHiddenVirtualView(100);
164164

165165
**Parameters:**
166166

167-
| Name | Type | Description |
168-
| ------------------------------------------------------- | ------ | ------------------------------------------------------ |
169-
| height <div class="label basic required">Required</div> | number | Estimated height of initially rendering `VirtualView`. |
167+
| Name | Type | Description |
168+
| ----------------------------------------------------------- | ------ | ------------------------------------------------------ |
169+
| height <div className="label basic required">Required</div> | number | Estimated height of initially rendering `VirtualView`. |

website/blog/2025-02-19-react-native-0.78.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ After the migration, you’ll be able to leverage all the new features of React,
3737
- **[useActionState](https://react.dev/reference/react/useActionState):** a utility hook built on top of Actions. It takes a function and returns a wrapped Action to call. When the action is called, it will return the last result of the Action and its `pending` state.
3838
- **[useOptimistic](https://react.dev/reference/react/useOptimistic):** a new hook that simplifies showing the final state of an update optimistically while the async request is underway. If the request errors, React will switch back to the previous value automatically.
3939
- **[`use`](https://react.dev/reference/react/use):** this is a new API that allows access to resources during render. You can now read a promise or a context with `use` and React will Suspend until they resolve.
40-
- **[`ref` as `props`](https://react.dev/blog/2024/12/05/react-19#ref-as-a-prop):** you can now pass `ref`as a `prop` like you do with any other prop. Function components will no longer need `forwardRef` and you can migrate your components now.
40+
- **[`ref` as `props`](https://react.dev/blog/2024/12/05/react-19#ref-as-a-prop):** you can now pass `ref` as a `prop` like you do with any other prop. Function components will no longer need `forwardRef` and you can migrate your components now.
4141
- And many others
4242

4343
For a complete list of the new available features, have a look at the [React 19 release blog post](https://react.dev/blog/2024/12/05/react-19).

website/versioned_docs/version-0.77/fabric-native-components-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ open Demo.xcworkspace
4646

4747
3. In the `WebView` group, create <code>New</code>→<code>File from Template</code>.
4848

49-
<img className="half-size" alt="Create a new file using the Cocoa Touch Classs template" src="/docs/assets/fabric-native-components/3.webp" />
49+
<img className="half-size" alt="Create a new file using the Cocoa Touch Class template" src="/docs/assets/fabric-native-components/3.webp" />
5050

5151
4. Use the <code>Objective-C File</code> template, and name it <code>RCTWebView</code>.
5252

website/versioned_docs/version-0.78/fabric-native-components-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ open Demo.xcworkspace
4646

4747
3. In the `WebView` group, create <code>New</code>→<code>File from Template</code>.
4848

49-
<img className="half-size" alt="Create a new file using the Cocoa Touch Classs template" src="/docs/assets/fabric-native-components/3.webp" />
49+
<img className="half-size" alt="Create a new file using the Cocoa Touch Class template" src="/docs/assets/fabric-native-components/3.webp" />
5050

5151
4. Use the <code>Objective-C File</code> template, and name it <code>RCTWebView</code>.
5252

website/versioned_docs/version-0.79/fabric-native-components-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ open Demo.xcworkspace
4646

4747
3. In the `WebView` group, create <code>New</code>→<code>File from Template</code>.
4848

49-
<img className="half-size" alt="Create a new file using the Cocoa Touch Classs template" src="/docs/assets/fabric-native-components/3.webp" />
49+
<img className="half-size" alt="Create a new file using the Cocoa Touch Class template" src="/docs/assets/fabric-native-components/3.webp" />
5050

5151
4. Use the <code>Objective-C File</code> template, and name it <code>RCTWebView</code>.
5252

website/versioned_docs/version-0.80/fabric-native-components-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ open Demo.xcworkspace
4646

4747
3. In the `WebView` group, create <code>New</code>→<code>File from Template</code>.
4848

49-
<img className="half-size" alt="Create a new file using the Cocoa Touch Classs template" src="/docs/assets/fabric-native-components/3.webp" />
49+
<img className="half-size" alt="Create a new file using the Cocoa Touch Class template" src="/docs/assets/fabric-native-components/3.webp" />
5050

5151
4. Use the <code>Objective-C File</code> template, and name it <code>RCTWebView</code>.
5252

0 commit comments

Comments
 (0)