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
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,