diff --git a/lib/dotPath.js b/lib/dotPath.js index e0854ea..916fcad 100644 --- a/lib/dotPath.js +++ b/lib/dotPath.js @@ -34,7 +34,7 @@ module.exports = dotPath ; const EMPTY_PATH = [] ; -const PROTO_POLLUTION_MESSAGE = 'This would pollute prototype' ; +const PROTO_POLLUTION_MESSAGE = 'This would cause prototype pollution' ;