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.