Skip to content

Commit a4eaf72

Browse files
Merge branch 'main' into fix-a11y
2 parents 30e1064 + ae6df56 commit a4eaf72

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)