Skip to content

Commit

Permalink
Merge pull request #294 from karelhala/testPR
Browse files Browse the repository at this point in the history
Fix typo in data Table component
  • Loading branch information
himdel authored May 4, 2018
2 parents 76fed8f + d0e94d0 commit b9583d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtl/components/data-table/dataTableComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class DataTableController extends DataViewClass implements IDataTableBind
public currentPageView: number;

/**
* This method will check if user wants to go to non existent page and will validate it.
* This method will check if user wants to go to non-existent page and will validate it.
* @memberof DataTableController
* @function setTablePage
* @param pageNumber {Number} desired page.
Expand Down

0 comments on commit b9583d6

Please sign in to comment.