diff --git a/apps/web/playwright/signup.e2e.ts b/apps/web/playwright/signup.e2e.ts index 8ed72547ce..a7c55cfe88 100644 --- a/apps/web/playwright/signup.e2e.ts +++ b/apps/web/playwright/signup.e2e.ts @@ -11,7 +11,7 @@ test.describe("Signup Flow Test", async () => { test.afterAll(async ({ users }) => { await users.deleteAll(); /** - * Delete specicially created users for this test + * Delete specifically created users for this test * as they are not deleted by the above fixture * (As they are not created by the fixture) */