diff --git a/content/docs/concurrent-mode-patterns.md b/content/docs/concurrent-mode-patterns.md index 2f4e4996..29bff023 100644 --- a/content/docs/concurrent-mode-patterns.md +++ b/content/docs/concurrent-mode-patterns.md @@ -846,7 +846,7 @@ Even though there is an improvement in responsiveness, this example isn't as com ### SuspenseList {#suspenselist} -`` is the last pattern that's related to orchestracting loading states. +`` is the last pattern that's related to orchestrating loading states. Consider this example: