Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium committed Feb 23, 2024
1 parent 0bbb331 commit d2f0c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/console-log-logged.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
assert_equals(event.args.length, 1);
const event_message = event.args[0];
assert_equals(event_message.value, some_message);
}, "Assert log event are logged");
}, "Assert log event is logged");
</script>

0 comments on commit d2f0c74

Please sign in to comment.