chore(web,mobile): Fix reoccurring typo (#7111)

This commit is contained in:
ItsJustRuby 2024-02-14 09:48:59 +01:00 committed by GitHub
parent e9f3360f02
commit 5fc1d43012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View file

@ -88,7 +88,7 @@ class UploadProfileImageNotifier
var res = await _userSErvice.uploadProfileImage(file);
if (res != null) {
debugPrint("Succesfully upload profile image");
debugPrint("Successfully upload profile image");
state = state.copyWith(
status: UploadProfileStatus.success,
profileImagePath: res.profileImagePath,