Fix some typos (#2901)
This commit is contained in:
parent
05444628e6
commit
864a1d5924
2 changed files with 4 additions and 4 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue