Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendy committed Dec 5, 2018
1 parent e5ce0fd commit c024a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Our.Umbraco.Look/Models/NodeQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public NodeQuery(string alias)
/// <summary>
/// Create new NodeQuery search criteria for all nodes of any of these aliases
/// </summary>
/// <param name="aliases"></param>
/// <param name="aliases">array of string aliases for the content, media or members</param>
public NodeQuery(params string[] aliases)
{
this.Aliases = aliases;
Expand Down

0 comments on commit c024a32

Please sign in to comment.