Fix some typos (#2901)

This commit is contained in:
Josh Groves
2023-06-23 04:40:36 -02:30
committed by GitHub
parent 05444628e6
commit 864a1d5924
2 changed files with 4 additions and 4 deletions

View File

@@ -257,7 +257,7 @@ impl ResizeScaleInternal {
let writing_mode = style
.get_property_value("writing-mode")
.expect("`wirting-mode` is a valid CSS property");
.expect("`writing-mode` is a valid CSS property");
// means the canvas is not inserted into the DOM
if writing_mode.is_empty() {