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 3386baa Update component-sets.md
3386baa is described below
commit 3386baa7d296917454201929013f2fdaf512c562
Author: Andrew Wetmore <[email protected]>
AuthorDate: Wed Jan 27 10:55:53 2021 -0400
Update component-sets.md
Fixed a text issue Rick Mills noted
---
component-sets.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/component-sets.md b/component-sets.md
index a395770..efe5b1d 100644
--- a/component-sets.md
+++ b/component-sets.md
@@ -28,7 +28,7 @@ Royale provides its own component sets that support
developing simple, small and
- [Basic](component-sets/basic) is the smallest, fastest and most
[PAYG](features/payg) set of components possible in Royale, and is used by
other sets like Jewel as its base.
-- [Jewel](component-sets/jewel) 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) is focused in look and feel and new practices
present in modern development like responsivness and multiplatform support.
Jewel supports Themes and works well on a wide range of desktop and mobile
devices.
- [MXRoyale](component-sets/mxroyale) contains emulations of Flex's
UIComponent and other MX components.