Skip to content

Commit

Permalink
fix: Fixing a typo in the "Tree grid" component name for jQuery projects
Browse files Browse the repository at this point in the history
  • Loading branch information
dafo committed Feb 26, 2018
1 parent 2c42a42 commit 55028e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/jquery/js/tree-grid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class TreeGridComponent extends BaseComponent {
*/
constructor() {
super(__dirname);
this.name = "TreeGrid";
this.name = "Tree Grid";
this.group = "Data Grids";
}
}
Expand Down

0 comments on commit 55028e5

Please sign in to comment.