From 0f9a8803ae0ad7d55c06d3c0a6c42be7a88b6919 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 4 Sep 2017 04:21:06 +0000 Subject: [PATCH] spelling: output --- lib/reporters/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reporters/base.js b/lib/reporters/base.js index 205488426a..5018e6f9c3 100644 --- a/lib/reporters/base.js +++ b/lib/reporters/base.js @@ -156,7 +156,7 @@ exports.cursor = { }; /** - * Outut the given `failures` as a list. + * Output the given `failures` as a list. * * @param {Array} failures * @api public