We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0df1da + ffb1c33 commit 2ef7bb2Copy full SHA for 2ef7bb2
src/content/docs/services/notifications.md
@@ -57,10 +57,10 @@ title: Notifications
57
58
```js
59
const notifications = await Service.import("notifications")
60
-noritifications.popupTimeout = 3000;
61
-noritifications.forceTimeout = false;
62
-noritifications.cacheActions = false;
63
-noritifications.clearDelay = 100;
+notifications.popupTimeout = 3000;
+notifications.forceTimeout = false;
+notifications.cacheActions = false;
+notifications.clearDelay = 100;
64
65
Widget.Label({
66
label: notifications.bind("notifications").as(n =>
0 commit comments