We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1a1244 + ef32570 commit 6d0a974Copy full SHA for 6d0a974
core/display.js
@@ -14,7 +14,7 @@ export default class Display {
14
constructor(target) {
15
this._drawCtx = null;
16
17
- this._renderQ = []; // queue drawing actions for in-oder rendering
+ this._renderQ = []; // queue drawing actions for in-order rendering
18
this._flushPromise = null;
19
20
// the full frame buffer (logical canvas) size
0 commit comments