Skip to content

Commit

Permalink
Update tools/eslint-rules/avoid-prototype-pollution.js
Browse files Browse the repository at this point in the history
Co-authored-by: Livia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com>
  • Loading branch information
aduh95 and LiviaMedeiros committed Jun 15, 2022
1 parent 8ec0501 commit a92ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/eslint-rules/avoid-prototype-pollution.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = {
}
context.report({
node,
message: 'Proxy handler must be null-prototype objects'
message: 'Proxy handler must be a null-prototype object'
});
}
};
Expand Down

0 comments on commit a92ce2e

Please sign in to comment.