Replaced "retreive" with "retrieve".
This commit is contained in:
@@ -24,7 +24,7 @@ function tinyMceService(dialogService, $log, imageHelper, $http, $timeout, macro
|
||||
umbRequestHelper.getApiUrl(
|
||||
"rteApiBaseUrl",
|
||||
"GetConfiguration")),
|
||||
'Failed to retreive tinymce configuration');
|
||||
'Failed to retrieve tinymce configuration');
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -520,4 +520,4 @@ function tinyMceService(dialogService, $log, imageHelper, $http, $timeout, macro
|
||||
};
|
||||
}
|
||||
|
||||
angular.module('umbraco.services').factory('tinyMceService', tinyMceService);
|
||||
angular.module('umbraco.services').factory('tinyMceService', tinyMceService);
|
||||
|
||||
Reference in New Issue
Block a user