From 00143dd025591b0bfcb381a0800aeb66ed00114f Mon Sep 17 00:00:00 2001 From: Amanuay Date: Sun, 26 May 2024 03:53:45 +0530 Subject: [PATCH] typo: solid start index.mdx (#742) --- src/routes/solid-start/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/solid-start/index.mdx b/src/routes/solid-start/index.mdx index 05557359a..718cf73bd 100644 --- a/src/routes/solid-start/index.mdx +++ b/src/routes/solid-start/index.mdx @@ -24,7 +24,7 @@ A driving principle of SolidStart is that code should be _isomorphic_ — th SolidStart features the following capabilities: -- **Fine-grained reactivity** — Powered by SolidJS and it's fine-grained reactivity. +- **Fine-grained reactivity** — Powered by SolidJS and its fine-grained reactivity. - **Isomorphic, nested routing** — The same routes are rendered regardless of whether the page is on the client or server. Route nesting provides parent-child relationships that simplify application logic. - **Multiple rendering modes** — Can be used to create CSR, SSR (Sync, Async and Streaming), and SSG applications.