Skip to content

Commit

Permalink
tools: fix typo in .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jun 21, 2018
1 parent 40b1f08 commit 7745547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7745547

Please sign in to comment.