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

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a1b174  Update item-renderers.md
1a1b174 is described below

commit 1a1b17466a953961ab78e9adbe023fe2e0f2c6ec
Author: Andrew Wetmore <[email protected]>
AuthorDate: Wed Jan 5 16:30:55 2022 -0400

    Update item-renderers.md
    
    fixed a typo
---
 features/item-renderers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/item-renderers.md b/features/item-renderers.md
index b6dbb29..8748f1c 100644
--- a/features/item-renderers.md
+++ b/features/item-renderers.md
@@ -24,7 +24,7 @@ permalink: /features/item-renderers
 
 Visual representation of data items in lists and other collection components
 
-Collections of data contain objects or items. Several components in Royale, 
like _List_, _DataGrid_, _TabBar_ or _ButtonBar_, can show collections of data 
to the user in different ways. Those components need to describe each item and 
adapt the visaluzation to the data inside each object. Apache Royale uses 
**Item Renderer** components to render, or visualize, each piece of data in 
each collection object in a collection component.
+Collections of data contain objects or items. Several components in Royale, 
like _List_, _DataGrid_, _TabBar_ or _ButtonBar_, can show collections of data 
to the user in different ways. Those components need to describe each item and 
adapt the visualization to the data inside each object. Apache Royale uses 
**Item Renderer** components to render, or visualize, each piece of data in 
each collection object in a collection component.
 
 ## Inline
 

Reply via email to