From 0020e26270ba7eb59a45fb4ebcd589eb98ff446b Mon Sep 17 00:00:00 2001 From: wangsijie Date: Thu, 14 Nov 2024 09:14:23 +0800 Subject: [PATCH] chore: fix typo (#6803) --- .../src/tests/api/profile/account-center-reject.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration-tests/src/tests/api/profile/account-center-reject.test.ts b/packages/integration-tests/src/tests/api/profile/account-center-reject.test.ts index 0b031f972..5df9d5e2d 100644 --- a/packages/integration-tests/src/tests/api/profile/account-center-reject.test.ts +++ b/packages/integration-tests/src/tests/api/profile/account-center-reject.test.ts @@ -34,7 +34,7 @@ describe('profile, account center fields disabled', () => { enabled: true, fields: { name: AccountCenterControlValue.ReadOnly, - // Unexisted filed should not be readable + // Unexisted field should not be readable }, }); });