We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991525c commit e3747d4Copy full SHA for e3747d4
scripts/main/windows-manager.js
@@ -206,7 +206,7 @@ class ArcWindowsManager {
206
open(path) {
207
log.debug('[WM] Opening new window' + (path ? ': ' + path : ''));
208
const index = this._getWindowIndex();
209
- log.debug('Generated index for the widnow: ' + index);
+ log.debug('Generated index for the window: ' + index);
210
const session = new ArcSessionControl(index);
211
return session.load()
212
.then((data) => {
0 commit comments