PolyGerrit: Fix some typos Change-Id: I7baa30a432e43565553cc62cc2b87dca3aae6357
diff --git a/polygerrit-ui/app/elements/shared/gr-cursor-manager/gr-cursor-manager.ts b/polygerrit-ui/app/elements/shared/gr-cursor-manager/gr-cursor-manager.ts index 2fbbd7c..119ed20 100644 --- a/polygerrit-ui/app/elements/shared/gr-cursor-manager/gr-cursor-manager.ts +++ b/polygerrit-ui/app/elements/shared/gr-cursor-manager/gr-cursor-manager.ts
@@ -54,8 +54,8 @@ export type Stop = HTMLElement | AbortStop; /** - * Type guard and checker to check if a stop can be targetted. - * Abort stops cannot be targetted. + * Type guard and checker to check if a stop can be targeted. + * Abort stops cannot be targeted. */ export function isTargetable(stop: Stop): stop is HTMLElement { return !(stop instanceof AbortStop);