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 e86651b Minor text edits
e86651b is described below
commit e86651b0ebd3399b8fedc8079a1347515ea00c33
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Mar 8 16:40:06 2026 -0300
Minor text edits
Added 'features' to the description of Crux and corrected 'Is' to 'It is'
in the description of PureMVC.
---
frameworks-and-libraries.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index 818a503..c59d641 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -32,11 +32,11 @@ Frameworks provide reliable templates to help you develop
complex projects more
### Designed for Apache Royale:
-* [Crux](libraries/crux) is a library based on Swiz. Swiz is a framework that
simplifies applications and gives you Inversion of Control/Dependency
Injection, Event handling, new Metadatas, simplified life cycle for
asynchronous remote method invocations and many more. Swiz was developed
specifically for ActionScript and Flex.
+* [Crux](libraries/crux) is a library based on Swiz. Swiz is a framework that
simplifies applications and gives you Inversion of Control/Dependency
Injection, Event handling, new Metadatas, a simplified life cycle for
asynchronous remote method invocations and many more features. Swiz was
developed specifically for ActionScript and Flex.
### Third party frameworks
-*
[PureMVC](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki){:target='_blank'}
is a lightweight framework for creating applications based upon the classic
Model-View-Controller design meta-pattern. Is part of [The PureMVC
Framework](https://puremvc.org){:target='_blank'} that implements the same
library in many other popular languages and technologies.
+*
[PureMVC](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki){:target='_blank'}
is a lightweight framework for creating applications based upon the classic
Model-View-Controller design meta-pattern. It is part of [The PureMVC
Framework](https://puremvc.org){:target='_blank'} that implements the same
library in many other popular languages and technologies.
## Libraries