Skip to content

Commit 6b8aa5a

Browse files
committed
Merge pull request #4229 from danielmiller-nl/Expandable-grid-tutorial-typos
Fix typos in 'tutorial/216_expandable_grid'.
2 parents 05d3a5d + 127f834 commit 6b8aa5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

misc/tutorial/216_expandable_grid.ngdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Documentation for the expandable feature is provided in the api documentation, i
2222
}
2323
</pre>
2424

25-
rowExpandableTemplate will be template for subgrid and expandableRowHeight will be height of the subgrid, expandableRowScope can be used
26-
to added variables to scope of expanded grid. These variables can then be access from expandableRowTemplate. The grid api
27-
provided following events and methods fos subGrids:
25+
expandableRowTemplate will be the template for subgrid and expandableRowHeight will be the height of the subgrid. expandableRowScope can be used
26+
to add variables to the scope of expanded grid. These variables can then be accessed from expandableRowTemplate. The grid api
27+
provides the following events and methods for subGrids:
2828

2929
<pre>
3030
//rowExpandedStateChanged is fired for each row as its expanded:
@@ -37,7 +37,7 @@ provided following events and methods fos subGrids:
3737

3838
SubGrid nesting can be done upto multiple levels.
3939

40-
In addition to above configuration 'scrollFillerClass' is also available and can be used to style the scroll filler, scroll filler
40+
In addition to the above configuration, 'scrollFillerClass' is also available and can be used to style the scroll filler. The scroll filler
4141
appears when you quickly scroll through the grid.
4242

4343
@example

0 commit comments

Comments
 (0)