Skip to content

Commit 03d6c24

Browse files
authored
Fix typo in AnnotationProperties doc (actions#1114)
1 parent 411e8fa commit 03d6c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export enum ExitCode {
3434
}
3535

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

0 commit comments

Comments
 (0)