1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-30 18:59:41 +02:00

fix: fix occurred typo [EE-4536] (#7994)

This commit is contained in:
Chaim Lev-Ari 2022-11-08 07:30:37 +02:00 committed by GitHub
parent 193e0c7d6f
commit a0237852ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -254,7 +254,7 @@ angular.module('portainer.docker').controller('CreateNetworkController', [
}
})
.catch(function error(err) {
Notifications.error('Failure', err, 'An error occured during network creation');
Notifications.error('Failure', err, 'An error occurred during network creation');
})
.finally(function final() {
$scope.state.actionInProgress = false;