Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
Fix spelling mistake
  • Loading branch information
joelvisroman authored and nul800sebastiaan committed Oct 24, 2018
1 parent 05f5f27 commit e7c55e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ function navigationService($rootScope, $routeParams, $log, $location, $q, $timeo

//if it is not two parts long then this most likely means that it's a legacy action
var js = action.metaData["jsAction"].replace("javascript:", "");
//there's not really a different way to acheive this except for eval
//there's not really a different way to achieve this except for eval
eval(js);
}
else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
function NavigationController($scope, $rootScope, $location, $log, $routeParams, $timeout, appState, navigationService, keyboardService, dialogService, historyService, eventsService, sectionResource, angularHelper) {

//TODO: Need to think about this and an nicer way to acheive what this is doing.
//TODO: Need to think about this and an nicer way to achieve what this is doing.
//the tree event handler i used to subscribe to the main tree click events
$scope.treeEventHandler = $({});
navigationService.setupTreeEvents($scope.treeEventHandler);
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Web/Templates/TemplateRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private void ExecuteTemplateRendering(TextWriter sw, PublishedContentRequest con
/// </param>
/// <returns></returns>
/// <remarks>
/// To acheive this we temporarily change the output text writer of the current HttpResponse, then
/// To achieve this we temporarily change the output text writer of the current HttpResponse, then
/// execute the controller via the handler which innevitably writes the result to the text writer
/// that has been assigned to the response. Then we change the response textwriter back to the original
/// before continuing .
Expand Down

0 comments on commit e7c55e6

Please sign in to comment.