browser: fix comment typo

This commit is contained in:
Nathan Rajlich 2014-05-30 00:23:56 -07:00
parent fbbf2ca884
commit 3eebad470a

View File

@ -12,7 +12,7 @@ exports.load = load;
/**
* Invokes `console.log()` when available.
* No-op when `consoel.log` is not a "function".
* No-op when `console.log` is not a "function".
*
* @api public
*/