Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 84aba2b

Browse files
committed
Grammar fix
1 parent a8ef1df commit 84aba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/tcAuth.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ import angular from 'angular'
127127
resolve(result)
128128
} else {
129129
if (resp.reasonCode === 'ALREADY_IN_USE') {
130-
logger.error('Social handle exist')
130+
logger.error('Social handle already exists')
131131
reject({
132132
status: 'SOCIAL_PROFILE_ALREADY_EXISTS'
133133
})

0 commit comments

Comments
 (0)