Pagenator should be Paginator

This commit is contained in:
djmaze 2020-10-12 15:11:25 +02:00
parent 8bb05b41ce
commit cb9e393fbc
7 changed files with 14 additions and 14 deletions

View file

@ -518,7 +518,7 @@ export function changeTheme(value, themeTrigger = ()=>{}) {
/**
* @returns {function}
*/
export function computedPagenatorHelper(koCurrentPage, koPageCount) {
export function computedPaginatorHelper(koCurrentPage, koPageCount) {
return () => {
const currentPage = koCurrentPage(),
pageCount = koPageCount(),