From 3eebad470aafd4447cfa8afb6f37fe168d09dc86 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Fri, 30 May 2014 00:23:56 -0700 Subject: [PATCH] browser: fix comment typo --- browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser.js b/browser.js index 4255ccf..57fd60a 100644 --- a/browser.js +++ b/browser.js @@ -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 */