diff --git a/src/async/11_suspense.md b/src/async/11_suspense.md
index 600acb4..e880e52 100644
--- a/src/async/11_suspense.md
+++ b/src/async/11_suspense.md
@@ -71,7 +71,7 @@ This inversion of the flow of control makes it easier to add or remove individua
## ``
-In you’re simply trying to wait for some `Future` to resolve before rendering, you may find the `` component helpful in reducing boilerplate. `` essentially combines a resource with the source argument `|| ()` with a `` with no fallback.
+If you’re simply trying to wait for some `Future` to resolve before rendering, you may find the `` component helpful in reducing boilerplate. `` essentially combines a resource with the source argument `|| ()` with a `` with no fallback.
In other words: