This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/develop by this push:
new 46a5346 typo
46a5346 is described below
commit 46a5346fc9a533abb64a2a770aca3d42d1aae36b
Author: Alex Harui <[email protected]>
AuthorDate: Wed Jan 24 13:10:10 2018 -0800
typo
---
Welcome/Features And Concepts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Welcome/Features And Concepts.md b/Welcome/Features And Concepts.md
index 0317b6d..ef853f9 100644
--- a/Welcome/Features And Concepts.md
+++ b/Welcome/Features And Concepts.md
@@ -19,7 +19,7 @@ Royale also provides a Basic component set that is the
opposite of Express. The
## Strands and Beads
-It turns out that the Express components are really just Basic components with
lots of Beads packed into them by default. The underlying component patterns
in most Royale components rely on a plug-in model. Instead of making large
component classes with lots of code baked in, each individual feature of a
component is designed as its own class with an interface marking it as a
"Bead", and then the component itself is called a "Strand" and Beads are placed
on the Strand to compose a Roya [...]
+It turns out that the Express components are really just Basic components with
lots of Beads packed into them by default. The underlying component patterns
in most Royale components rely on a plug-in model. Instead of making large
component classes with lots of code baked in, each individual feature of a
component is designed as its own class with an interface marking it as a
"Bead", and then the component itself is called a "Strand" and Beads are placed
on the Strand to compose a Roya [...]
--
To stop receiving notification emails like this one, please contact
[email protected].