Replaced "retreive" with "retrieve".
This commit is contained in:
@@ -22,7 +22,7 @@ function cropperHelper(umbRequestHelper, $http) {
|
|||||||
"imageCropperApiBaseUrl",
|
"imageCropperApiBaseUrl",
|
||||||
"GetConfiguration",
|
"GetConfiguration",
|
||||||
[{ mediaTypeAlias: mediaTypeAlias}])),
|
[{ mediaTypeAlias: mediaTypeAlias}])),
|
||||||
'Failed to retreive tinymce configuration');
|
'Failed to retrieve tinymce configuration');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@@ -164,4 +164,4 @@ function cropperHelper(umbRequestHelper, $http) {
|
|||||||
return service;
|
return service;
|
||||||
}
|
}
|
||||||
|
|
||||||
angular.module('umbraco.services').factory('cropperHelper', cropperHelper);
|
angular.module('umbraco.services').factory('cropperHelper', cropperHelper);
|
||||||
|
|||||||
Reference in New Issue
Block a user