@ -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.