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