From 2a8a2b81e4adf177c060034dfa2b52464b8ae7ff Mon Sep 17 00:00:00 2001 From: Hector Candelaria Date: Thu, 1 Aug 2024 01:15:37 -0400 Subject: [PATCH] Doc: fixed typo --- src/use_web_notification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), /// ); ///