Skip to content

Commit

Permalink
Update 11_suspense.md -- fix typo (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
gulbrand authored Feb 4, 2024
1 parent f538ef8 commit 164b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async/11_suspense.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This inversion of the flow of control makes it easier to add or remove individua

## `<Await/>`

In you’re simply trying to wait for some `Future` to resolve before rendering, you may find the `<Await/>` component helpful in reducing boilerplate. `<Await/>` essentially combines a resource with the source argument `|| ()` with a `<Suspense/>` with no fallback.
If you’re simply trying to wait for some `Future` to resolve before rendering, you may find the `<Await/>` component helpful in reducing boilerplate. `<Await/>` essentially combines a resource with the source argument `|| ()` with a `<Suspense/>` with no fallback.

In other words:

Expand Down

0 comments on commit 164b800

Please sign in to comment.