Skip to content

Commit

Permalink
Change timeout to timeOut in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerappliances committed Nov 15, 2014
1 parent 45d0909 commit 7875224
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 @@ -118,7 +118,7 @@ Rather than having identical toasts stack, set the preventDuplicates property to
###Timeouts
Control how toastr interacts with users by setting timeouts appropriately.

toastr.options.timeout = 30; // How long the toast will display without user interaction
toastr.options.timeOut = 30; // How long the toast will display without user interaction
toastr.options.extendedTimeOut = 60; // How long the toast will display after a user hovers over it


Expand Down

0 comments on commit 7875224

Please sign in to comment.