mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 21:00:04 -04:00
Fix some typos (#2901)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user