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:
davidbludlow 2018-06-29 19:05:02 -05:00 committed by GitHub
parent 53ad73a78f
commit 1c309a866f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: