1
0
Fork 0

Fix typo in AnnotationProperties doc (#1114)

pull/1305/head
Ramiro Antonio 2023-01-06 12:10:33 -03:00 committed by GitHub
parent 411e8fa448
commit 03d6c2479c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export enum ExitCode {
}
/**
* Optional properties that can be sent with annotatation commands (notice, error, and warning)
* Optional properties that can be sent with annotation commands (notice, error, and warning)
* See: https://docs.github.com/en/rest/reference/checks#create-a-check-run for more information about annotations.
*/
export interface AnnotationProperties {