Skip to content

Commit 1c309a8

Browse files
authored
Small typo on "Styles and classes" page
One word typo on https://javascript.info/styles-and-classes#create-a-notification
1 parent 53ad73a commit 1c309a8

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/08-styles-and-classes/2-create-notification

1 file changed

+1
-1
lines changed

2-ui/1-document/08-styles-and-classes/2-create-notification/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Create a notification
66

7-
Write a function `showNotification(options)` that a notification: `<div class="notification">` with the given content. The notification should automatically disappear after 1.5 seconds.
7+
Write a function `showNotification(options)` that creates a notification: `<div class="notification">` with the given content. The notification should automatically disappear after 1.5 seconds.
88

99
The options are:
1010

0 commit comments

Comments
 (0)