Die, Marco, die.

This commit is contained in:
Stephan
2014-09-11 08:23:22 +02:00
parent 5bc00e3e48
commit a3ad8e2cab
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ namespace Umbraco.Web.Models
public static class PartialViewMacroModelExtensions
{
/// <summary>
/// Attempt to get a Marco parameter from a PartialViewMacroModel and return a default value otherwise
/// Attempt to get a Macro parameter from a PartialViewMacroModel and return a default value otherwise
/// </summary>
/// <param name="partialViewMacroModel"></param>
/// <param name="parameterAlias"></param>
@@ -25,7 +25,7 @@ namespace Umbraco.Web.Models
}
/// <summary>
/// Attempt to get a Marco parameter from a PartialViewMacroModel
/// Attempt to get a Macro parameter from a PartialViewMacroModel
/// </summary>
/// <param name="partialViewMacroModel"></param>
/// <param name="parameterAlias"></param>