Skip to content

Commit

Permalink
src: Mvc.Core: Fix two docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
adschmu committed Oct 16, 2024
1 parent 04f7cbb commit d9d0d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/X.PagedList.Mvc.Core/PagedListRenderOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ public PagedListRenderOptions()
public IEnumerable<string>? ContainerDivClasses { get; set; }

/// <summary>
/// CSSClasses to append to the &lt;ul&gt; element in the paging control.
/// CSS Classes to append to the &lt;ul&gt; element in the paging control.
/// </summary>
public IEnumerable<string>? UlElementClasses { get; set; }

/// <summary>
/// Attrinutes to appendto the &lt;ul&gt; element in the paging control
/// Attributes to append to the &lt;ul&gt; element in the paging control
/// </summary>
public IDictionary<string, string>? UlElementattributes { get; set; }

Expand Down

0 comments on commit d9d0d1f

Please sign in to comment.