Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Lukeš <exyi@outlook.cz>
  • Loading branch information
acizmarik and exyi committed Jul 27, 2022
1 parent ef9a963 commit 7e6812c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/Framework/Controls/KnockoutHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static class KnockoutHelper
}

/// <summary>
/// Adds the data-bind attribute to the next HTML element that is being rendered. If in server rendering mode, the binding is also not rendered.
/// Adds the data-bind attribute to the next HTML element that is being rendered.
/// </summary>
public static void AddKnockoutDataBind(this IHtmlWriter writer, string name, DotvvmBindableObject control, IValueBinding expression, string? valueUpdate = null)
{
Expand Down

0 comments on commit 7e6812c

Please sign in to comment.