Skip to content

Commit 3159be9

Browse files
hirofumiilex111
authored andcommitted
Fix typo on concurrent mode api (#2498)
1 parent 4f43c0f commit 3159be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/concurrent-mode-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ In this example, `ProfileDetails` is waiting for an asynchronous API call to fet
8989
When multiple components need to fetch data, this data may arrive in an unpredictable order. However, if you wrap these items in a `SuspenseList`, React will not show an item in the list until previous items have been displayed (this behavior is adjustable).
9090

9191
`SuspenseList` takes two props:
92-
* **revealOrder (fowards, backwards, together)** defines the order in which the `SuspenseList` children should be revealed.
92+
* **revealOrder (forwards, backwards, together)** defines the order in which the `SuspenseList` children should be revealed.
9393
* `together` reveals *all* of them when they're ready instead of one by one.
9494
* **tail (collapsed, hidden)** dictates how unloaded items in a `SuspenseList` is shown.
9595
* By default, `SuspenseList` will show all fallbacks in the list.

0 commit comments

Comments
 (0)