mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
occurred typo
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
_service.addErrors = function (form, reason) {
|
||||
var data = reason.data;
|
||||
var defaultErrorMessage = 'An unexpected error has occured.';
|
||||
var defaultErrorMessage = 'An unexpected error has occurred.';
|
||||
form.$errors = [];
|
||||
|
||||
if (!data || !angular.isObject(data)) {
|
||||
|
||||
Reference in New Issue
Block a user