X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fcontact-form.ts;h=d6165b29308d9cbc11087daf7e0d75009bc679b1;hb=7a4fd56ccd86518a6b14c407fc977c7904337448;hp=4f01f6fd50fb41f3b5d4ca876a9f3c96df79b51a;hpb=3c7ddd7daa61d35c6fd0a992389a92599a246779;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/contact-form.ts b/server/tests/api/server/contact-form.ts index 4f01f6fd5..d6165b293 100644 --- a/server/tests/api/server/contact-form.ts +++ b/server/tests/api/server/contact-form.ts @@ -61,7 +61,7 @@ describe('Test contact form', function () { expect(email['text']).contains('my super message') }) - it('Should not have duplicated email adress in text message', async function () { + it('Should not have duplicated email address in text message', async function () { const text = emails[0]['text'] as string const matches = text.match(/toto@example.com/g)