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 a2a1e69  Update data-binding.md
a2a1e69 is described below

commit a2a1e6995688aa4c74bb7c0dfd1e3f473cfda303
Author: Andrew Wetmore <[email protected]>
AuthorDate: Wed Dec 25 17:16:26 2019 -0400

    Update data-binding.md
    
    Fixed a typo
---
 features/data-binding.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/features/data-binding.md b/features/data-binding.md
index 394d633..68ceade 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -40,9 +40,8 @@ There are several ways to deploy data binding:
 
 ## Using curly braces ({}) {#curly-braces}
 
-You can bind the value of a property in the user interface to that value of 
another property very simply. The TextInput example in <a 
hred="https://royale.apache.org/tourdejewel/#"; target="_blank">Tour de 
Jewel</a> uses data binding twice:
+You can bind the value of a property in the user interface to that value of 
another property very simply. One of the TextInput examples in <a 
href="https://royale.apache.org/tourdejewel/#"; target="_blank">Tour de 
Jewel</a> uses data binding twice:
 
-###Text field to text field
 If you clear the existing text in the first text field in the example, then 
type in a string, what you type in appears in the second and fourth text 
fields, as you type it.
 
 The **source property** is the text property of a TextInput control. The key 
part of its code is 

Reply via email to