From 1c309a866ff0e40fa75dd3064ddf929c78e2ab3b Mon Sep 17 00:00:00 2001 From: davidbludlow Date: Fri, 29 Jun 2018 19:05:02 -0500 Subject: [PATCH] Small typo on "Styles and classes" page One word typo on https://javascript.info/styles-and-classes#create-a-notification --- .../08-styles-and-classes/2-create-notification/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/08-styles-and-classes/2-create-notification/task.md b/2-ui/1-document/08-styles-and-classes/2-create-notification/task.md index 7df1986c..60930cb6 100644 --- a/2-ui/1-document/08-styles-and-classes/2-create-notification/task.md +++ b/2-ui/1-document/08-styles-and-classes/2-create-notification/task.md @@ -4,7 +4,7 @@ importance: 5 # Create a notification -Write a function `showNotification(options)` that a notification: `
` with the given content. The notification should automatically disappear after 1.5 seconds. +Write a function `showNotification(options)` that creates a notification: `
` with the given content. The notification should automatically disappear after 1.5 seconds. The options are: