Skip to content

Commit

Permalink
fix spell mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondHunters authored Nov 11, 2022
1 parent b545a1c commit 99a98e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ let validator = {
set: function (target, key, value) {
if (key === 'log') {
log('console.log override blocked');
rerturn;
return;
}
target[key] = value;
}
Expand Down

0 comments on commit 99a98e4

Please sign in to comment.