Merge pull request #450 from davidbludlow/davidbludlow-typoWordCreates
Small typo on "Styles and classes" page
This commit is contained in:
commit
7891113f9d
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