From 32d7f2b754b8d20bf44ae2121c79570cbff973c3 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 23 Sep 2019 08:17:42 +0200 Subject: fix a few typos (#2141) * fix a few typos * apply changes to original files instead * additional correction --- server/tests/api/check-params/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/check-params') diff --git a/server/tests/api/check-params/users.ts b/server/tests/api/check-params/users.ts index 55094795c..9d7ff8984 100644 --- a/server/tests/api/check-params/users.ts +++ b/server/tests/api/check-params/users.ts @@ -901,7 +901,7 @@ describe('Test users API validators', function () { await makePostBodyRequest({ url: server.url, path: registrationPath, token: server.accessToken, fields }) }) - it('Should fail with a channel name that is the same than user username', async function () { + it('Should fail with a channel name that is the same as username', async function () { const source = { username: 'super_user', channel: { name: 'super_user', displayName: 'display name' } } const fields = immutableAssign(baseCorrectParams, source) -- cgit v1.2.3