Skip to content

Commit 773cce8

Browse files
Merge branch 'main' into docs/rendering-modes
2 parents f2d92b3 + ae6df56 commit 773cce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/reference/components/suspense.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const MyComponent = () => {
6464

6565
```
6666

67-
## The purpose of {"<Suspense>"}
67+
## The purpose of `<Suspense>`
6868

6969
To understand the purpose of suspense, let's consider the following code snippets. These snippets will have some drawbacks which we will solve by using suspense. We will also see how it is possible to use `Suspense` yet not reap its benefits.
7070

0 commit comments

Comments
 (0)