diff --git a/packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/OneOfScopeHandler.ts b/packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/OneOfScopeHandler.ts index 09ac17c087..793e082bfd 100644 --- a/packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/OneOfScopeHandler.ts +++ b/packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/OneOfScopeHandler.ts @@ -81,7 +81,7 @@ export class OneOfScopeHandler extends BaseScopeHandler { direction: Direction, hints: ScopeIteratorRequirements, ): Iterable { - // If we have used a iteration scope handler, we only want to yield additional scopes from its handler. + // If we have used an iteration scope handler, we only want to yield additional scopes from its handler. if (this.iterationScopeHandler?.lastYieldedIndex != null) { const handlerIndex = this.iterationScopeHandler.lastYieldedIndex; const handler = this.scopeHandlers[handlerIndex];