Skip to content

Commit

Permalink
Fixed typo in ExampleLogger.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marartner authored Sep 17, 2016
1 parent 00fb84a commit 7ffaa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ExampleLogger.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ExampleLogger.colors = {

ExampleLogger.log = function (message, severity = 3) {
if(severity > 5) {
seveirty = 5
severity = 5
} else if (severity < 0) {
severity = 0
} else if (!Number.isInteger(severity)) {
Expand Down

0 comments on commit 7ffaa9b

Please sign in to comment.