yusuketk před 7 roky
rodič
revize
b389deb603
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/client/js/components/TagsList.jsx

+ 1 - 1
src/client/js/components/TagsList.jsx

@@ -44,7 +44,7 @@ export default class TagsList extends React.Component {
 
 
     let paginationStart = activePage - 2;
     let paginationStart = activePage - 2;
     let maxViewPageNum = activePage + 2;
     let maxViewPageNum = activePage + 2;
-    // pagiNation Number area size = 5 , pageNuber calculate in here
+    // pagination Number area size = 5 , pageNumber calculate in here
     // activePage Position calculate ex. 4 5 [6] 7 8 (Page8 over is Max), 3 4 5 [6] 7 (Page7 is Max)
     // activePage Position calculate ex. 4 5 [6] 7 8 (Page8 over is Max), 3 4 5 [6] 7 (Page7 is Max)
     if (paginationStart < 1) {
     if (paginationStart < 1) {
       const diff = 1 - paginationStart;
       const diff = 1 - paginationStart;