diff --git a/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js b/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js index 5f5dbb2141..7225df78b2 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js @@ -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); \ No newline at end of file +angular.module('umbraco.services').factory('tinyMceService', tinyMceService);