From 2d87ca9bc498a6e8444b3361eb2c49cd160b4831 Mon Sep 17 00:00:00 2001 From: Mikhail Zolotukhin Date: Tue, 19 Oct 2021 00:14:15 +0300 Subject: [PATCH] refactor: fix spelling --- src/engine/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/window.ts b/src/engine/window.ts index 3f356b18..4ab0c7a3 100644 --- a/src/engine/window.ts +++ b/src/engine/window.ts @@ -230,7 +230,7 @@ export class EngineWindowImpl implements EngineWindow { /** * The current state of the window. * - * This value affects what and how properties gets commited to the backend. + * This value affects what and how properties gets committed to the backend. * * Avoid comparing this value directly, and use `tileable`, `tiled`, * `floating` as much as possible.