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 99d0caa Update jewel-theme-creation.md
99d0caa is described below
commit 99d0caad0b772fd1a5334db00a28bfe9d69cfdab
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Aug 11 09:08:27 2019 -0300
Update jewel-theme-creation.md
Fixed a couple of typos.
---
component-sets/jewel/jewel-theme-creation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/component-sets/jewel/jewel-theme-creation.md
b/component-sets/jewel/jewel-theme-creation.md
index 685be54..204fd1f 100644
--- a/component-sets/jewel/jewel-theme-creation.md
+++ b/component-sets/jewel/jewel-theme-creation.md
@@ -114,7 +114,7 @@ In the `sass` file you find the corresponding CSS selector:
Nested in that selector is the corresponding tree of rules and selectors for
that component.
-So __Alert__ is composed of four ActionScript files and one `.sass` file that
wire the component with its beads and define a set of CSS rules to give a
concrete CSS structure, but do not define colors, gradients, shapes or icons
for Alert. The them does all of that.
+So __Alert__ is composed of four ActionScript files, and one `.sass` file that
wires the component with its beads and defines a set of CSS rules to give a
concrete CSS structure, but does not define colors, gradients, shapes or icons
for Alert. The theme does all of that.
In __Jewel Theme library__ you can find: