Small typo on "Styles and classes" page
One word typo on https://javascript.info/styles-and-classes#create-a-notification
This commit is contained in:
parent
53ad73a78f
commit
1c309a866f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ importance: 5
|
||||||
|
|
||||||
# Create a notification
|
# Create a notification
|
||||||
|
|
||||||
Write a function `showNotification(options)` that a notification: `<div class="notification">` with the given content. The notification should automatically disappear after 1.5 seconds.
|
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.
|
||||||
|
|
||||||
The options are:
|
The options are:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue