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'; });