Doc: fixed typo

This commit is contained in:
Hector Candelaria 2024-08-01 01:15:37 -04:00
parent 18021ad942
commit 2a8a2b81e4

View file

@ -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"),
/// ); /// );
/// ///