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

Commit f3da435

Browse files
author
Nick Litwin
committed
Fix error message
1 parent edad618 commit f3da435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/profile/about/about.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import angular from 'angular'
3434

3535
profileVm.status.externalLinks = CONSTANTS.STATE_READY
3636
}).catch(function(err) {
37-
logger.error('Could retrive web links and external accounts', err)
37+
logger.error('Could not retrieve web links and external accounts', err)
3838

3939
profileVm.status.externalLinks = CONSTANTS.STATE_ERROR
4040
})

0 commit comments

Comments
 (0)