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 7f60bb6  Update jewel-button.md
7f60bb6 is described below

commit 7f60bb68aa53df00b2b4da8eb4ffacb96a85d3bf
Author: Andrew Wetmore <[email protected]>
AuthorDate: Wed Aug 21 11:38:15 2019 -0300

    Update jewel-button.md
    
    One more minor typo.
---
 component-sets/jewel/jewel-button.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/component-sets/jewel/jewel-button.md 
b/component-sets/jewel/jewel-button.md
index df81dee..afd3e31 100644
--- a/component-sets/jewel/jewel-button.md
+++ b/component-sets/jewel/jewel-button.md
@@ -41,7 +41,7 @@ The Jewel Button can show different looks and feels. By 
default it appears with
 
 When a user interacts with the button (mouse over, long-press, 
double-click...) the button calls an event listener to perform an action. When 
a user clicks the mouse on the button or taps the button on a touch screen, the 
button dispatches a click event.
 
-> If you don't need a custom label on your button consider using Jewel's 
[BasicButton](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.supportClasses.button/BasicButton){:target='_blank'},
 located in the jewel `supportClasses` package, since is more lightweight and 
will save you some bytes if it fits your use case.
+> If you don't need a custom label on your button consider using Jewel's 
[BasicButton](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.supportClasses.button/BasicButton){:target='_blank'},
 located in the Jewel `supportClasses` package, since is more lightweight and 
will save you some bytes if it fits your use case.
 
 ## Example of use
 

Reply via email to