1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

occurred typo

This commit is contained in:
Kyle Spearrin
2017-05-09 14:23:39 -04:00
parent 1f73269480
commit 816cc0b17b
33 changed files with 35 additions and 35 deletions

View File

@@ -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)) {