You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/26 13:38:59 UTC

[royale-docs] branch master updated: fix duplicate the

This is an automated email from the ASF dual-hosted git repository.

carlosrovira 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 15e348d  fix duplicate the
15e348d is described below

commit 15e348dd2e650323df1a556206a6dcd906b9de7b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Aug 26 15:38:43 2020 +0200

    fix duplicate the
---
 compiler/compiler-options.md  | 2 +-
 features/strands-and-beads.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/compiler-options.md b/compiler/compiler-options.md
index 2fe6081..410bc1f 100644
--- a/compiler/compiler-options.md
+++ b/compiler/compiler-options.md
@@ -54,7 +54,7 @@ Specifies the file name of the HTML file generated by the compiler to load the A
 
 ### html-template {#html-template}
 
-Specifies the path to an optional template for the the HTML file generated by the compiler to load the Apache Royale application in the browser.
+Specifies the path to an optional template for the HTML file generated by the compiler to load the Apache Royale application in the browser.
 
 ```sh
 -compiler.html-template ./path/to/template.html
diff --git a/features/strands-and-beads.md b/features/strands-and-beads.md
index 0ac4ec3..3253a3e 100644
--- a/features/strands-and-beads.md
+++ b/features/strands-and-beads.md
@@ -68,7 +68,7 @@ In the following example we are using the [Jewel TextInput](component-sets/jewel
 
 ### Adding a bead through CSS
 
-Adding beads through [Cascading Style Sheets (CSS)](https://en.wikipedia.org/wiki/Cascading_Style_Sheets){:target='_blank'} is easy. You declare CSS rules where the the _selector_ is the strand and the declaration block has one or more delarations. Declarations can be _bead declarations_ or _standard CSS declarations_ separated by semicolons.
+Adding beads through [Cascading Style Sheets (CSS)](https://en.wikipedia.org/wiki/Cascading_Style_Sheets){:target='_blank'} is easy. You declare CSS rules where the _selector_ is the strand and the declaration block has one or more delarations. Declarations can be _bead declarations_ or _standard CSS declarations_ separated by semicolons.
 
 A bead declaration has the bead type as the __property__ part (for instance, [IBead](https://royale.apache.org/asdoc/index.html#!org.apache.royale.core/IBead){:target='_blank'}, [IBeadModel](https://royale.apache.org/asdoc/index.html#!org.apache.royale.core/IBeadModel){:target='_blank'}, and [IBeadView](https://royale.apache.org/asdoc/index.html#!org.apache.royale.core/IBeadView){:target='_blank'}) and a `ClassReference` to the bead we want to assign as the __value__ part.