mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
Docs: correct grammar in function comment
Updated comment to fix grammar.
This commit is contained in:
parent
af2fcb188c
commit
2bc5372920
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use std::rc::Rc;
|
||||||
|
|
||||||
/// SSR-friendly and reactive cookie access.
|
/// SSR-friendly and reactive cookie access.
|
||||||
///
|
///
|
||||||
/// You can use this function multiple times in your for the same cookie and they're signals will synchronize
|
/// You can use this function multiple times for the same cookie and their signals will synchronize
|
||||||
/// (even across windows/tabs). But there is no way to listen to changes to `document.cookie` directly so in case
|
/// (even across windows/tabs). But there is no way to listen to changes to `document.cookie` directly so in case
|
||||||
/// something outside of this function changes the cookie, the signal will **not** be updated.
|
/// something outside of this function changes the cookie, the signal will **not** be updated.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Reference in a new issue