From 164b800309f4953513b6ac43ec785eaad3808c82 Mon Sep 17 00:00:00 2001
From: "gulbrand.dev" <23499+gulbrand@users.noreply.github.com>
Date: Sat, 3 Feb 2024 16:10:06 -0800
Subject: [PATCH] Update 11_suspense.md -- fix typo (#53)
---
src/async/11_suspense.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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: