diff --git a/content/docs/concurrent-mode-reference.md b/content/docs/concurrent-mode-reference.md
index 966ccf6ee..81f333811 100644
--- a/content/docs/concurrent-mode-reference.md
+++ b/content/docs/concurrent-mode-reference.md
@@ -53,10 +53,10 @@ Blocking Mode only contains a small subset of Concurrent Mode features and is in
### `Suspense` {#suspensecomponent}
```js
- Loading...}>
-
-
-
+Loading...}>
+
+
+
```
`Suspense` lets your components "wait" for something before they can render, showing a fallback while waiting.