Skip to content

Commit a1580a0

Browse files
boneskulltargos
authored andcommitted
tools: fix typo in .eslintrc.js
Refs: #18566 PR-URL: #21449 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent a526b4e commit a1580a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module.exports = {
131131
{
132132
object: 'assert',
133133
property: 'equal',
134-
message: 'Use assert.astrictEqual() rather than assert.equal().',
134+
message: 'Use assert.strictEqual() rather than assert.equal().',
135135
},
136136
{
137137
object: 'assert',

0 commit comments

Comments
 (0)