Skip to content

Commit d9d0d1f

Browse files
committed
src: Mvc.Core: Fix two docstrings
1 parent 04f7cbb commit d9d0d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/X.PagedList.Mvc.Core/PagedListRenderOptions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ public PagedListRenderOptions()
5656
public IEnumerable<string>? ContainerDivClasses { get; set; }
5757

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

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

0 commit comments

Comments
 (0)