docs(): fix various documentation issues

This commit is contained in:
Ken Sodemann
2017-09-18 12:08:34 -05:00
parent f953b12416
commit 198764cb1f
4 changed files with 5 additions and 3 deletions

View File

@ -88,7 +88,7 @@ import { VirtualHeader } from './virtual-header';
* ### Approximate Widths and Heights
*
* If the height of items in the virtual scroll are not close to the
* default size of 40px, it is extremely important to provide an value for
* default size of 40px, it is extremely important to provide a value for
* approxItemHeight height. An exact pixel-perfect size is not necessary,
* but without an estimate the virtual scroll will not render correctly.
*