You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2020/10/01 16:33:01 UTC

[royale-docs] branch master updated: Update jewel-vgroup.md

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 ee9f2d0  Update jewel-vgroup.md
ee9f2d0 is described below

commit ee9f2d032431400d0747d6ebe6aae954a780b18e
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Thu Oct 1 13:32:52 2020 -0300

    Update jewel-vgroup.md
    
    Minor text edits
---
 component-sets/jewel/jewel-vgroup.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/component-sets/jewel/jewel-vgroup.md b/component-sets/jewel/jewel-vgroup.md
index a15891d..2c88406 100644
--- a/component-sets/jewel/jewel-vgroup.md
+++ b/component-sets/jewel/jewel-vgroup.md
@@ -35,7 +35,7 @@ Available since version __0.9.7__.
 
 ## Overview
 
-The Jewel VGroup class is a [Group](component-sets/jewel/group) that layout elements verticaly and provide some properties to allow more flexibility like `gap` to define some spacing between items, or `itemsHorizontalAlign` and `itemsVerticalAlign`, to distribute elements in different ways along horizontal and vertical axis respectively.
+The Jewel VGroup class is a [Group](component-sets/jewel/group) that lays out elements verticaly and provides some properties to allow more flexibility, like `gap` to define some spacing between items, and `itemsHorizontalAlign` and `itemsVerticalAlign`, to distribute elements in different ways along the horizontal and vertical axis.
 
 ## Example of use
 
@@ -96,9 +96,9 @@ where `parent` is the container where the VGroup will be added.
 
 ## Relevant Events
 
-The most important event is `initComplete`, which indicates that the initialization of the group is complete.
+The most important event is `initComplete`, which indicates that initialization of the group is complete.
 
-Is needed when some action coded in a callback function need to be triggered as the group is ready to use after initialization.
+It is needed when some action coded in a callback function needs to be triggered when the group is ready to use after initialization.
 
 You can attach callback listeners to the _initComplete_ event in __MXML__ as follows: