You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/06 08:59:42 UTC

[royale-docs] branch master updated: fix heading

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

carlosrovira 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 64d680c  fix heading
64d680c is described below

commit 64d680ceb51c6b13e517481a97bb7a5a450af68c
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Aug 6 10:59:33 2020 +0200

    fix heading
---
 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 3f8e65d..aa1b7af 100644
--- a/features/item-renderers.md
+++ b/features/item-renderers.md
@@ -26,7 +26,7 @@ Visual representation of data items in lists and other collection components
 
 Collections of data are composed by objects or items. Several components in Royale can show collections of data to the user like _List_, _DataGrid_, _TabBar_ or _ButtonBar_. Those components need to describe each item and adapt the visaluzation to the data inside each object. Apache Royale uses Item Renderers components along with the before mentioned collection components to realize the visualization of each piece of data stored in each collection object.
 
-# Inline
+## Inline
 
 Although Item Renders use to be declared in a separate file (and this is the recommended way), you can also declare an item renderer inline for convenience: