yusuketk 7 лет назад
Родитель
Сommit
b389deb603
1 измененных файлов с 1 добавлено и 1 удалено
  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 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)
     if (paginationStart < 1) {
       const diff = 1 - paginationStart;