From cfd9e3b3a9f04219200a86100fa03a445dd6830d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BB=D0=B8=D0=BD=20=D0=99?= Date: Fri, 15 Sep 2017 13:14:30 +0200 Subject: [PATCH] fix minor grammar (#12840) --- src/components/virtual-scroll/virtual-scroll.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/virtual-scroll/virtual-scroll.ts b/src/components/virtual-scroll/virtual-scroll.ts index 6f3d11bfee..8c0415a067 100644 --- a/src/components/virtual-scroll/virtual-scroll.ts +++ b/src/components/virtual-scroll/virtual-scroll.ts @@ -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. *