mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
Doc: fixed typo
This commit is contained in:
parent
18021ad942
commit
2a8a2b81e4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ use std::rc::Rc;
|
||||||
/// UseWebNotificationOptions::default()
|
/// UseWebNotificationOptions::default()
|
||||||
/// .direction(NotificationDirection::Auto)
|
/// .direction(NotificationDirection::Auto)
|
||||||
/// .language("en")
|
/// .language("en")
|
||||||
/// .renotity(true)
|
/// .renotify(true)
|
||||||
/// .tag("test"),
|
/// .tag("test"),
|
||||||
/// );
|
/// );
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Reference in a new issue