fix minor grammar (#12840)

This commit is contained in:
Елин Й
2017-09-15 13:14:30 +02:00
committed by Ken Sodemann
parent 86e2742d58
commit cfd9e3b3a9

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.
*