Skip to content

Commit

Permalink
api.md - fix wrong letter case (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
osher committed Feb 11, 2020
1 parent 6c2de4a commit d237668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -604,7 +604,7 @@ The `silent` logging level is a specialized level which will disable all logging
there is no `silent` log method.

<a id="islevelenabled"></a>
### `logger.islevelenabled(level)`
### `logger.isLevelEnabled(level)`

A utility method for determining if a given log level will write to the destination.

Expand Down

0 comments on commit d237668

Please sign in to comment.