Fix spelling of the example abbreviation (e.g.)

This commit is contained in:
Waldir Pimenta
2019-06-05 15:00:26 +01:00
committed by Alex Ross
parent 41a6a0a378
commit f3e4e47164
27 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -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));
}
}