mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
docs: fix instruction typos (#631)
This commit is contained in:
parent
08d98691a3
commit
0052b10df3
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ impl RouterContext {
|
|||
} else {
|
||||
let history = use_context::<RouterIntegrationContext>(cx).unwrap_or_else(|| {
|
||||
let msg = "No router integration found.\n\nIf you are using this in the browser, \
|
||||
you should enable `feature = [\"csr\"]` or `feature = [\"hydrate\"] in your \
|
||||
you should enable `features = [\"csr\"]` or `features = [\"hydrate\"] in your \
|
||||
`leptos_router` import.\n\nIf you are using this on the server without a \
|
||||
Leptos server integration, you must call provide_context::<RouterIntegrationContext>(cx, ...) \
|
||||
somewhere above the <Router/>.";
|
||||
|
|
Loading…
Reference in a new issue