Skip to content

Commit ec8b46d

Browse files
authored
Update legacy.md
1 parent b0ccb47 commit ec8b46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beta/src/content/reference/react/legacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Legacy React APIs"
44

55
<Intro>
66

7-
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.
7+
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.
88

99
</Intro>
1010

@@ -31,4 +31,4 @@ These APIs will be removed in a future major version of React.
3131

3232
</Deprecated>
3333

34-
* [`createFactory`](/reference/react/createFactory) lets you create a function that produces React elements of a certain type.
34+
* [`createFactory`](/reference/react/createFactory) lets you create a function that produces React elements of a certain type.

0 commit comments

Comments
 (0)