diff --git a/public/app/features/annotations/types.ts b/public/app/features/annotations/types.ts index e0a53d516e9..6722de3d49e 100644 --- a/public/app/features/annotations/types.ts +++ b/public/app/features/annotations/types.ts @@ -25,7 +25,7 @@ export interface AnnotationTag { */ tag: string; /** - * The number of occurences of that tag + * The number of occurrences of that tag */ count: number; }