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 ae5fb10 Update jewel-button.md minor punctuation fix
ae5fb10 is described below
commit ae5fb10cf1204ab2e611f0a3eaff06682dd11cbe
Author: Andrew Wetmore <[email protected]>
AuthorDate: Tue Dec 17 12:56:27 2024 -0400
Update jewel-button.md minor punctuation fix
---
component-sets/jewel/jewel-button.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/component-sets/jewel/jewel-button.md
b/component-sets/jewel/jewel-button.md
index 8653d38..9b34b61 100644
--- a/component-sets/jewel/jewel-button.md
+++ b/component-sets/jewel/jewel-button.md
@@ -42,11 +42,11 @@ The Jewel Button can have 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 that can 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
[SimpleButton](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.supportClasses.button/SimpleButton){:target='_blank'},
located in the Jewel `supportClasses` package, since it 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
[SimpleButton](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.supportClasses.button/SimpleButton){:target='_blank'},
located in the Jewel `supportClasses` package, since it is more lightweight
and will save you some bytes if it fits your use case.
## Example of use
-In __MXML__ declare a `Button` with a default look like this:
+In __MXML__ declare a `Button` with a default look and text like this:
```mxml
<j:Button text="Button"/>