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/23 10:39:49 UTC

[royale-docs] branch master updated: jewel alert controlbar rename o property to avoid it be seen as a class

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 766692a  jewel alert controlbar rename o property to avoid it be seen as a class
766692a is described below

commit 766692a732e150fedc4a70ad2a36b6b7263b410e
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Aug 23 12:39:39 2020 +0200

    jewel alert controlbar rename o property to avoid it be seen as a class
---
 component-sets/jewel/jewel-alert.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/component-sets/jewel/jewel-alert.md b/component-sets/jewel/jewel-alert.md
index 507a071..50f5eb6 100644
--- a/component-sets/jewel/jewel-alert.md
+++ b/component-sets/jewel/jewel-alert.md
@@ -56,7 +56,7 @@ Click the following button to see an example of `Alert`:
 width="100%" height="300" 
 src="assets/BE0002_Using_Jewel_Alert_Control/index.html"></iframe>
 
-To close the window, click one of the buttons on the bottom `ControlBar`, or programmatically call the `Alert.close()` method on the instance.
+To close the window, click one of the buttons on the bottom `controlBar`, or programmatically call the `Alert.close()` method on the instance.
 
 ## Relevant Properties and Methods