This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f9abfea  #392 fix information about horizontal view (#546)
f9abfea is described below

commit f9abfea3f7deacd2246afeca4243056313a8a7cc
Author: D See Ker <[email protected]>
AuthorDate: Sun Nov 10 10:05:30 2019 +0100

    #392 fix information about horizontal view (#546)
---
 docs/docs/components/list.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/components/list.md b/docs/docs/components/list.md
index 621f60c..2ed3a09 100644
--- a/docs/docs/components/list.md
+++ b/docs/docs/components/list.md
@@ -2,7 +2,7 @@
 
 ## Summary
 
-The List component, which inspired by Android RecyclerView, is a core 
component, and it provides the most popular features for using a list of items. 
which support vertical and horizontal list.
+The List component, which inspired by Android RecyclerView, is a core 
component, and it provides the most popular features for using a list of items. 
The list component only supports vertical orientation, for horizontal 
orientation list check 
[recycle-list](https://weex.apache.org/docs/components/recycle-list.html) 
component
 
 It can provide excellent experience and performance while still maintaining 
smooth scroll and low memory usage.
 

Reply via email to