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 2b0c9bb Update Frameworks.md
2b0c9bb is described below
commit 2b0c9bb8a7fc0fe4321ff56839ae98370dd09685
Author: Andrew Wetmore <[email protected]>
AuthorDate: Fri May 24 14:52:01 2019 -0300
Update Frameworks.md
Small text corrections
---
Get_Started/Frameworks.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Get_Started/Frameworks.md b/Get_Started/Frameworks.md
index e6ad889..aee1701 100644
--- a/Get_Started/Frameworks.md
+++ b/Get_Started/Frameworks.md
@@ -26,11 +26,11 @@ A framework is a set of code that provides support for
application development b
## Apache Royale Component Sets
-Apache Royale support its own [component_sets](component_sets.html) of
controls, grouping methods, and other elements designed to help developers get
the most of the technology.
+Apache Royale supports its own [component_sets](component_sets.html) of
controls, options for grouping controls, and other elements designed to help
developers get the most of the technology.
-- [Basic](component_sets/Basic.html) is the most smallest, fastest and PAYG
set of components possible in Royale, and is used by other sets like Jewel as
its base.
+- [Basic](component_sets/Basic.html) is the most smallest, fastest and most
PAYG set of components possible in Royale, and is used by other sets like Jewel
as their base.
-- [Jewel](component_sets/Jewel.html) is focused in look and feel and new
practices present in modern development like responsivness and multiplatform.
Jewel support Themes and diferent kind of desktop and mobile devices.
+- [Jewel](component_sets/Jewel.html) is focused in look and feel and new
practices present in modern development like responsivness and multiplatform
support. Jewel supports Themes and diferent kind of desktop and mobile devices.
Why would you use a third-party framework with Royale? Because you like the
look and feel of that framework's user interface components but want to use
ActionScript to handle the business logic and/or use MXML to set up the UI.