fix(mobile): fix typos ()

Found via codespell
This commit is contained in:
luzpaz 2025-03-01 15:06:47 -05:00 committed by GitHub
parent 0cb3dc6211
commit c8eef5ad4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 14 additions and 14 deletions
mobile/lib/providers

View file

@ -47,7 +47,7 @@ class AuthNotifier extends StateNotifier<AuthState> {
}
/// Validating the url is the alternative connecting server url without
/// saving the infomation to the local database
/// saving the information to the local database
Future<bool> validateAuxilaryServerUrl(String url) async {
try {
final validEndpoint = await _apiService.resolveEndpoint(url);