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 fe2edab Update jewel-radiobutton.md
fe2edab is described below
commit fe2edab1ab0c5c96107d3d6b61ab4047c1499c15
Author: Andrew Wetmore <[email protected]>
AuthorDate: Fri Aug 30 07:29:43 2019 -0300
Update jewel-radiobutton.md
Fixed a typo
---
component-sets/jewel/jewel-radiobutton.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/component-sets/jewel/jewel-radiobutton.md
b/component-sets/jewel/jewel-radiobutton.md
index 242eed9..bf974f3 100644
--- a/component-sets/jewel/jewel-radiobutton.md
+++ b/component-sets/jewel/jewel-radiobutton.md
@@ -34,7 +34,7 @@ Available since version __0.9.4__.
## Overview
-The Jewel RadioButton control lets the user choose one of a set of options.
Fpr each option there is a selectable circle and text that describes the
option. Radio buttons always appear in groups of two or more with the same
`groupName` property. When you select one radio button, any other button you
may have previously selected in the group becomes deselected.
+The Jewel RadioButton control lets the user choose one of a set of options.
For each option there is a selectable circle and text that describes the
option. Radio buttons always appear in groups of two or more with the same
`groupName` property. When you select one radio button, any other button you
may have previously selected in the group becomes deselected.
## Example of use