Skip to content

Commit

Permalink
Fix typo in AnnotationProperties doc (actions#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-antonio authored Jan 6, 2023
1 parent 411e8fa commit 03d6c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 03d6c24

Please sign in to comment.