We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f7cbb commit d9d0d1fCopy full SHA for d9d0d1f
src/X.PagedList.Mvc.Core/PagedListRenderOptions.cs
@@ -56,12 +56,12 @@ public PagedListRenderOptions()
56
public IEnumerable<string>? ContainerDivClasses { get; set; }
57
58
/// <summary>
59
- /// CSSClasses to append to the <ul> element in the paging control.
+ /// CSS Classes to append to the <ul> element in the paging control.
60
/// </summary>
61
public IEnumerable<string>? UlElementClasses { get; set; }
62
63
64
- /// Attrinutes to appendto the <ul> element in the paging control
+ /// Attributes to append to the <ul> element in the paging control
65
66
public IDictionary<string, string>? UlElementattributes { get; set; }
67
0 commit comments