diff --git a/beta/src/content/reference/react/legacy.md b/beta/src/content/reference/react/legacy.md index 3e13c983e..407232ada 100644 --- a/beta/src/content/reference/react/legacy.md +++ b/beta/src/content/reference/react/legacy.md @@ -4,7 +4,7 @@ title: "Legacy React APIs" -These APIs are exported from the `react` package, but they are not recommended for use in the newly written code. See the linked individual API pages for the suggested alternatives. +These APIs are exported from the `react` package, but they are not recommended for use in newly written code. See the linked individual API pages for the suggested alternatives. @@ -31,4 +31,4 @@ These APIs will be removed in a future major version of React. -* [`createFactory`](/reference/react/createFactory) lets you create a function that produces React elements of a certain type. \ No newline at end of file +* [`createFactory`](/reference/react/createFactory) lets you create a function that produces React elements of a certain type.