mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Annotations: Fix typo in types.ts (#37910)
This commit is contained in:
parent
10cc9bda74
commit
1a5529d244
@ -25,7 +25,7 @@ export interface AnnotationTag {
|
|||||||
*/
|
*/
|
||||||
tag: string;
|
tag: string;
|
||||||
/**
|
/**
|
||||||
* The number of occurences of that tag
|
* The number of occurrences of that tag
|
||||||
*/
|
*/
|
||||||
count: number;
|
count: number;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user