Browse Source

typo fix, double spaces (#2608)

main
Sergei Cherniaev 5 years ago
committed by GitHub
parent
commit
922daf1add
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/concurrent-mode-suspense.md

2
content/docs/concurrent-mode-suspense.md

@ -113,7 +113,7 @@ Suspense is significantly different from existing approaches to these problems,
### What Suspense Lets You Do {#what-suspense-lets-you-do}
So what's the point of Suspense? There's a few ways we can answer this:
So what's the point of Suspense? There are a few ways we can answer this:
* **It lets data fetching libraries deeply integrate with React.** If a data fetching library implements Suspense support, using it from React components feels very natural.

Loading…
Cancel
Save