From 3af2aa70324cac1602e19679a4553aafc06446be Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 29 Dec 2023 10:24:49 -0600 Subject: [PATCH] sucessfully (#869) * sucessfully * Create 869.misc --------- Co-authored-by: Will Hunt --- changelog.d/869.misc | 1 + src/Connections/GithubRepo.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/869.misc diff --git a/changelog.d/869.misc b/changelog.d/869.misc new file mode 100644 index 00000000..fb7511a5 --- /dev/null +++ b/changelog.d/869.misc @@ -0,0 +1 @@ +Fix spelling of "successfully". diff --git a/src/Connections/GithubRepo.ts b/src/Connections/GithubRepo.ts index af208755..a59b2ee2 100644 --- a/src/Connections/GithubRepo.ts +++ b/src/Connections/GithubRepo.ts @@ -315,7 +315,7 @@ const EMOJI_TO_REVIEW_STATE = { }; const WORKFLOW_CONCLUSION_TO_NOTICE: Record = { - success: "completed sucessfully 🎉", + success: "completed successfully 🎉", failure: "failed 😟", neutral: "completed neutrally 😐", cancelled: "was cancelled 🙅",