Skip to content

Commit 6fcda70

Browse files
authored
Merge pull request #33 from reactjs/sync-943e3ce4
Sync with react.dev @ 943e3ce
2 parents 3513632 + 887d68a commit 6fcda70

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/content/reference/react-dom/components/input.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ To display an input, render the [built-in browser `<input>`](https://developer.m
3535
<Canary>
3636

3737
React's extensions to the `formAction` prop are currently only available in React's Canary and experimental channels. In stable releases of React `formAction` works only as a [built-in browser HTML component](https://react.dev/reference/react-dom/components#all-html-components). Learn more about [React's release channels here](/community/versioning-policy#all-release-channels).
38-
3938
</Canary>
4039

4140
[`formAction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#formaction): A string or function. Overrides the parent `<form action>` for `type="submit"` and `type="image"`. When a URL is passed to `action` the form will behave like a standard HTML form. When a function is passed to `formAction` the function will handle the form submission. See [`<form action>`](/reference/react-dom/components/form#props).

src/content/reference/react/StrictMode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Strict Mode enables the following checks in development:
9595

9696
---
9797

98-
### Enabling strict mode for a part of the app {/*enabling-strict-mode-for-a-part-of-the-app*/}
98+
### Enabling Strict Mode for a part of the app {/*enabling-strict-mode-for-a-part-of-the-app*/}
9999

100100
You can also enable Strict Mode for any part of your application:
101101

0 commit comments

Comments
 (0)