Skip to content

Commit ae6df56

Browse files
Fix a link in <Suspense> reference (#1419)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent f1feb43 commit ae6df56

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)