Temp8 - Fixing spelling / typos etc in Umbraco.Web (#4148)

This commit is contained in:
Chris Houston
2019-01-26 10:52:19 -05:00
committed by Sebastiaan Janssen
parent a13a38a482
commit 0b6ba5aa52
193 changed files with 498 additions and 480 deletions

View File

@@ -44,7 +44,7 @@ namespace Umbraco.Web.Trees
/// All of the query string parameters passed from jsTree
/// </param>
/// <remarks>
/// We are allowing an arbitrary number of query strings to be pased in so that developers are able to persist custom data from the front-end
/// We are allowing an arbitrary number of query strings to be passed in so that developers are able to persist custom data from the front-end
/// to the back end to be used in the query for model data.
/// </remarks>
protected abstract TreeNodeCollection GetTreeNodes(string id, FormDataCollection queryStrings);
@@ -115,7 +115,7 @@ namespace Umbraco.Web.Trees
/// </param>
/// <returns>JSON markup for jsTree</returns>
/// <remarks>
/// We are allowing an arbitrary number of query strings to be pased in so that developers are able to persist custom data from the front-end
/// We are allowing an arbitrary number of query strings to be passed in so that developers are able to persist custom data from the front-end
/// to the back end to be used in the query for model data.
/// </remarks>
[HttpQueryStringFilter("queryStrings")]
@@ -389,7 +389,7 @@ namespace Umbraco.Web.Trees
}
/// <summary>
/// An event that allows developers to modify the meun that is being rendered
/// An event that allows developers to modify the menu that is being rendered
/// </summary>
/// <remarks>
/// Developers can add/remove/replace/insert/update/etc... any of the tree items in the collection.