From 1a5529d2445249d5e9b0be19ef4a0ea44d86ecf6 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 16 Aug 2021 01:22:38 +0900 Subject: [PATCH] Annotations: Fix typo in types.ts (#37910) --- public/app/features/annotations/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }