File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class Pagination
1212 "Could not generate previous page URL params: there is no previous page." ;
1313
1414 /// <summary>
15- /// URL Param constants.
15+ /// URL param constants.
1616 /// </summary>
1717 public const string PARAM_OLDER_ID = "older_id" ;
1818 public const string PARAM_NEWER_ID = "newer_id" ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class PaginationConverter : JsonConverter
2727 private const int INDEX_PARAM_VALUE = 1 ;
2828
2929 /// <summary>
30- /// Base dummy URL to hack though the incomplete relative URI functionality of dotnetcore.
30+ /// Base dummy URL to hack through the incomplete relative URI functionality of dotnetcore.
3131 /// </summary>
3232 private const string URI_BASE_DUMMY = "https://example.com" ;
3333
You can’t perform that action at this time.
0 commit comments