From f98e49720093fe8ba14266530289c9ee4a44dddb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:06:24 -0400 Subject: [PATCH] spelling: with Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/functions/is-labeled.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions/is-labeled.spec.ts b/src/functions/is-labeled.spec.ts index 30719f94..ce1ec07e 100644 --- a/src/functions/is-labeled.spec.ts +++ b/src/functions/is-labeled.spec.ts @@ -131,7 +131,7 @@ describe('isLabeled()', (): void => { }); }); - describe('when the given issue contains a label wih diacritical marks', (): void => { + describe('when the given issue contains a label with diacritical marks', (): void => { beforeEach((): void => { issue = { labels: [ @@ -170,7 +170,7 @@ describe('isLabeled()', (): void => { }); }); - describe('when the given issue contains a label wih diacritical marks', (): void => { + describe('when the given issue contains a label with diacritical marks', (): void => { beforeEach((): void => { label = 'déjà vu'; });