diff --git a/src/use_web_notification.rs b/src/use_web_notification.rs index a919052..01098a4 100644 --- a/src/use_web_notification.rs +++ b/src/use_web_notification.rs @@ -28,7 +28,7 @@ use std::rc::Rc; /// UseWebNotificationOptions::default() /// .direction(NotificationDirection::Auto) /// .language("en") -/// .renotity(true) +/// .renotify(true) /// .tag("test"), /// ); ///