Skip to content

Commit

Permalink
Adding missing comma (#243)
Browse files Browse the repository at this point in the history
Adding missing comma to parameter for this.$notify
  • Loading branch information
udit99 authored Aug 17, 2021
1 parent 3e16e13 commit 25a166d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Notifications are triggered via the API:

// (optional, override)
// Time (in ms) to show / hide notifications
speed: 1000
speed: 1000,

// (optional)
// Data object that can be used in your template
Expand Down

0 comments on commit 25a166d

Please sign in to comment.