From 80fa6ad3eb4a737016f42b1678dbcd6eda6d48bb Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Wed, 26 Jul 2023 16:33:21 -0400 Subject: [PATCH] docs: fix typo in 23_ssr_modes.md (#1445) --- docs/book/src/ssr/23_ssr_modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/ssr/23_ssr_modes.md b/docs/book/src/ssr/23_ssr_modes.md index 29dae9f020..0533f88d5e 100644 --- a/docs/book/src/ssr/23_ssr_modes.md +++ b/docs/book/src/ssr/23_ssr_modes.md @@ -84,7 +84,7 @@ Because it offers the best blend of performance characteristics, Leptos defaults ```rust // We’ll load the home page with out-of-order streaming and - // We'll load the posts with async rendering, so they can set // the title and metadata *after* loading the data