mirror of https://github.com/actions/toolkit
Fix typo in AnnotationProperties doc (#1114)
parent
411e8fa448
commit
03d6c2479c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue