From 03d6c2479c60c5873d1959fe1f167cc57dccccfc Mon Sep 17 00:00:00 2001 From: Ramiro Antonio Date: Fri, 6 Jan 2023 12:10:33 -0300 Subject: [PATCH] Fix typo in AnnotationProperties doc (#1114) --- packages/core/src/core.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/core.ts b/packages/core/src/core.ts index 30ff8443..1e8d940a 100644 --- a/packages/core/src/core.ts +++ b/packages/core/src/core.ts @@ -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 {