From 913e800ee281b2bed5e7bac2afc0e7b4870b096e Mon Sep 17 00:00:00 2001 From: Trevor Schmitz Date: Tue, 25 Sep 2018 14:25:17 -0400 Subject: [PATCH] docs(virtual-scroll): fix closing virtual-scroll tag in docs (#15749) --- core/src/components/virtual-scroll/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/virtual-scroll/readme.md b/core/src/components/virtual-scroll/readme.md index 39b345af70..8e93037fbb 100644 --- a/core/src/components/virtual-scroll/readme.md +++ b/core/src/components/virtual-scroll/readme.md @@ -106,7 +106,7 @@ images while scrolling quickly. {{ item.firstName }} {{ item.lastName }} - + ``` ### Custom Components @@ -124,7 +124,7 @@ dimensions are measured correctly. {{ item }} - + ``` ## Virtual Scroll Performance Tips