Skip to content

Commit

Permalink
name class correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Feb 15, 2019
1 parent f82d1e8 commit 17bd238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/verbosity.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const {Console} = console
* @param {String} options.prefix - Logging message prefix.
* @return {VerbosityConsole} Verbosity's console object.
*/
export default class verbosity extends Console {
export default class Verbosity extends Console {
constructor(options = {}) {
const {
outStream, errorStream, verbosity, timestamp, namespace, prefix
Expand Down

0 comments on commit 17bd238

Please sign in to comment.