diff --git a/src/routes/reference/components/suspense.mdx b/src/routes/reference/components/suspense.mdx index ddd676164f..45a66d75ac 100644 --- a/src/routes/reference/components/suspense.mdx +++ b/src/routes/reference/components/suspense.mdx @@ -64,7 +64,7 @@ const MyComponent = () => { ``` -## The purpose of {""} +## The purpose of `` 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.