From 7745547a6c88e390d07bbb24c9b017477ad2e403 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 Refs: https://github.com/nodejs/node/pull/18566 --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index dc83c0e8c11e90..ca3ebeb03dac31 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',