Skip to content

Commit

Permalink
fix(grouping.js): fix typo in description
Browse files Browse the repository at this point in the history
Change `the column which on which` to `the column on which`
  • Loading branch information
divyanshmahajan24 authored and mportuga committed Dec 19, 2018
1 parent de57fdc commit 4597c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/grouping/js/grouping.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
* <pre>
* gridApi.grouping.on.aggregationChanged(scope,function(col) {})
* </pre>
* @param {GridColumn} col the column which on which aggregation changed. The aggregation
* @param {GridColumn} col the column on which aggregation changed. The aggregation
* type is available as `col.treeAggregation.type`
*/
aggregationChanged: {},
Expand All @@ -180,7 +180,7 @@
* <pre>
* gridApi.grouping.on.groupingChanged(scope,function(col) {})
* </pre>
* @param {GridColumn} col the column which on which grouping changed. The new grouping is
* @param {GridColumn} col the column on which grouping changed. The new grouping is
* available as `col.grouping`
*/
groupingChanged: {}
Expand Down

0 comments on commit 4597c69

Please sign in to comment.