Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Change-Id: Ide7acf2eb07307d7306e4bf90050eb20705e22cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4982820
Reviewed-by: Glen Robertson <glenrob@chromium.org>
Commit-Queue: Clement Yan <clamclamyan@google.com>
Cr-Commit-Position: refs/heads/main@{#1216731}
  • Loading branch information
Clement Yan authored and Chromium LUCI CQ committed Oct 30, 2023
1 parent cc62009 commit 69d5f0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const bigImageUrl = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA" +
// will not run using a Service Worker-based extension.
function logBigImageUrl() {
var canvas = document.createElement('canvas');
// This is just enough to be took large for an icon. See
// This is just enough to be too large for an icon. See
// message_center::kNotificationIconSize.
canvas.width = 100;
canvas.height = 100;
Expand Down

0 comments on commit 69d5f0d

Please sign in to comment.