Skip to content

Commit

Permalink
docs: fix typo in 23_ssr_modes.md (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj authored Jul 26, 2023
1 parent 7bc1ad2 commit 80fa6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/ssr/23_ssr_modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Because it offers the best blend of performance characteristics, Leptos defaults
```rust
<Routes>
// We’ll load the home page with out-of-order streaming and <Suspense/>
<Route path="" view=HomePage
<Route path="" view=HomePage/>

// We'll load the posts with async rendering, so they can set
// the title and metadata *after* loading the data
Expand Down

0 comments on commit 80fa6ad

Please sign in to comment.