From a1580a0c4e4e2ca102d5cf12455e2861d34b44c4 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 21 Jun 2018 10:34:17 -0700 Subject: [PATCH] tools: fix typo in .eslintrc.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/18566 PR-URL: https://github.com/nodejs/node/pull/21449 Reviewed-By: Richard Lau Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index a779517907390f..c076ba7979a2b9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -131,7 +131,7 @@ module.exports = { { object: 'assert', property: 'equal', - message: 'Use assert.astrictEqual() rather than assert.equal().', + message: 'Use assert.strictEqual() rather than assert.equal().', }, { object: 'assert',