From c0ea05ab0bdffdfe61f242e37908ce5bdf51a3fb Mon Sep 17 00:00:00 2001 From: "Amir H. Hashemi" <87268103+amirhhashemi@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:14:28 +0330 Subject: [PATCH] Fix a link in `` reference --- src/routes/reference/components/suspense.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.