Annotations: Fix typo in types.ts (#37910)

This commit is contained in:
Ikko Ashimine
2021-08-16 01:22:38 +09:00
committed by GitHub
parent 10cc9bda74
commit 1a5529d244

View File

@@ -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;
}