mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
Fix spelling of the example abbreviation (e.g.)
This commit is contained in:
committed by
Alex Ross
parent
41a6a0a378
commit
f3e4e47164
@@ -144,7 +144,7 @@ export class Application {
|
||||
}
|
||||
|
||||
// wait a bit, since focus might be stolen off widgets
|
||||
// as soon as they open (eg quick open)
|
||||
// as soon as they open (e.g. quick open)
|
||||
await new Promise(c => setTimeout(c, 1000));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user