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 }, }); });