Skip to content

Commit 088f8e5

Browse files
Merge branch 'main' into feat/migrating-to-v2-guide
2 parents 0e3c1b5 + ae6df56 commit 088f8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)