Fixed typos. (#135729)

This commit is contained in:
MalikIdreesHasanKhan
2021-11-29 02:32:14 -08:00
committed by GitHub
parent 3d8b5674c7
commit 595d893fdc
6 changed files with 6 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ export class Debug extends Viewlet {
await this.code.waitForActiveElement(REPL_FOCUSED);
await this.code.waitForSetValue(REPL_FOCUSED, text);
// Wait for the keys to be picked up by the editor model such that repl evalutes what just got typed
// Wait for the keys to be picked up by the editor model such that repl evaluates what just got typed
await this.editor.waitForEditorContents('debug:replinput', s => s.indexOf(text) >= 0);
await this.code.dispatchKeybinding('enter');
await this.code.waitForElements(CONSOLE_EVALUATION_RESULT, false,