Skip to content

Commit c0ea05a

Browse files
committed
Fix a link in <Suspense> reference
1 parent 3037684 commit c0ea05a

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)