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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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() {