Browse Source

Fixes a typo (#5411)

[Suspense](https://beta.reactjs.org/reference/react/Suspense) page has header
 `<Suspense>` lets you displays a fallback until its children have finished loading.
Which should have been:
`<Suspense>` lets you display a fallback until its children have finished loading.
main
Sagar Acharya 2 years ago
committed by GitHub
parent
commit
afb7d7ab2f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/content/reference/react/Suspense.md

2
beta/src/content/reference/react/Suspense.md

@ -4,7 +4,7 @@ title: <Suspense>
<Intro>
`<Suspense>` lets you displays a fallback until its children have finished loading.
`<Suspense>` lets you display a fallback until its children have finished loading.
```js

Loading…
Cancel
Save