spelling: with

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-08-10 21:06:24 -04:00
parent 08d7f6a578
commit f98e497200
1 changed files with 2 additions and 2 deletions

View File

@ -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 => { beforeEach((): void => {
issue = { issue = {
labels: [ 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 => { beforeEach((): void => {
label = 'déjà vu'; label = 'déjà vu';
}); });