fix: typos in comments and error messages (#25320)

This commit is contained in:
yy
2026-01-18 09:58:26 +09:00
committed by GitHub
parent e6eca895ba
commit 65f9a228ba
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ class PersonNameEditForm extends HookConsumerWidget {
decoration: InputDecoration(
hintText: 'name'.tr(),
border: const OutlineInputBorder(),
errorText: isError.value ? 'Error occured' : null,
errorText: isError.value ? 'Error occurred' : null,
),
),
),