| commit | f91f966247e5157c38c39385460e388aba104d3f | [log] [tgz] |
|---|---|---|
| author | David Ostrovsky <david@ostrovsky.org> | Mon Feb 22 19:34:37 2021 +0100 |
| committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Feb 24 00:13:52 2021 +0000 |
| tree | c9a5adea59f9ce25d6c437d8b87d9c9df2b90846 | |
| parent | 55dda15245179164d06b294e303f1855887fd780 [diff] [blame] |
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);