Skip to content

Commit 2ef7bb2

Browse files
authored
Merge pull request #20 from hubertmalkowski/patch-1
Fix small typo in notifications.md
2 parents b0df1da + ffb1c33 commit 2ef7bb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/services/notifications.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ title: Notifications
5757

5858
```js
5959
const notifications = await Service.import("notifications")
60-
noritifications.popupTimeout = 3000;
61-
noritifications.forceTimeout = false;
62-
noritifications.cacheActions = false;
63-
noritifications.clearDelay = 100;
60+
notifications.popupTimeout = 3000;
61+
notifications.forceTimeout = false;
62+
notifications.cacheActions = false;
63+
notifications.clearDelay = 100;
6464

6565
Widget.Label({
6666
label: notifications.bind("notifications").as(n =>

0 commit comments

Comments
 (0)