Skip to content

Commit 718c9bf

Browse files
committed
docs: fix confusing typo in comments
1 parent 446adc2 commit 718c9bf

File tree

1 file changed

+2
-2
lines changed
  • site/src/components/PaginationWidget

1 file changed

+2
-2
lines changed

site/src/components/PaginationWidget/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export const DEFAULT_RECORDS_PER_PAGE = 25;
1212
const PAGE_NEIGHBORS = 1;
1313

1414
// Minimum number of pages to display at all times (assuming there are enough
15-
// pages). Needed to handle case where there are the left and right
16-
// placeholder/ellipsis elements are both showing
15+
// pages). Needed to handle case where the left and right placeholder/ellipsis
16+
// elements are both showing
1717
const PAGES_TO_DISPLAY = PAGE_NEIGHBORS * 2 + 3;
1818

1919
// Total number of pagination elements to display (accounting for visible pages

0 commit comments

Comments
 (0)