diff --git a/README.md b/README.md index 6d2db9f4..b312b133 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ fn App() -> impl IntoView { // URL in a cookie. initial_language_from_url_param_to_cookie: true, // Key used to get and set the current language of the - user on local storage. By default is `"lang"`. + // user on local storage. By default is `"lang"`. localstorage_key: "language", // Get initial language from local storage if not found // in an URL param. diff --git a/leptos-fluent/README.md b/leptos-fluent/README.md index 6d2db9f4..b312b133 100644 --- a/leptos-fluent/README.md +++ b/leptos-fluent/README.md @@ -115,7 +115,7 @@ fn App() -> impl IntoView { // URL in a cookie. initial_language_from_url_param_to_cookie: true, // Key used to get and set the current language of the - user on local storage. By default is `"lang"`. + // user on local storage. By default is `"lang"`. localstorage_key: "language", // Get initial language from local storage if not found // in an URL param. diff --git a/leptos-fluent/src/lib.rs b/leptos-fluent/src/lib.rs index 4216826c..1a4e871e 100644 --- a/leptos-fluent/src/lib.rs +++ b/leptos-fluent/src/lib.rs @@ -113,7 +113,7 @@ //! // URL in a cookie. //! initial_language_from_url_param_to_cookie: true, //! // Key used to get and set the current language of the -//! user on local storage. By default is `"lang"`. +//! // user on local storage. By default is `"lang"`. //! localstorage_key: "language", //! // Get initial language from local storage if not found //! // in an URL param.