diff --git a/src/Umbraco.Web.UI.Client/src/common/resources/stylesheet.resource.js b/src/Umbraco.Web.UI.Client/src/common/resources/stylesheet.resource.js index f407d8622e..3ff29a5c9d 100644 --- a/src/Umbraco.Web.UI.Client/src/common/resources/stylesheet.resource.js +++ b/src/Umbraco.Web.UI.Client/src/common/resources/stylesheet.resource.js @@ -35,7 +35,7 @@ function stylesheetResource($q, $http, umbRequestHelper) { umbRequestHelper.getApiUrl( "stylesheetApiBaseUrl", "GetAll")), - 'Failed to retreive stylesheets '); + 'Failed to retrieve stylesheets '); }, /** @@ -64,7 +64,7 @@ function stylesheetResource($q, $http, umbRequestHelper) { "stylesheetApiBaseUrl", "GetRules", [{ id: id }])), - 'Failed to retreive stylesheets '); + 'Failed to retrieve stylesheets '); }, /**