docs: fix typo in two-way-binding guide (#39859)

PR Close #39859
This commit is contained in:
bluemyria 2020-11-26 20:14:26 +01:00 committed by Jessica Janiuk
parent df97fbc077
commit e2040af412
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Two-way binding
Two-way binding gives components in your application a way to share data.
Use two-way binding binding to listen for events and update values simultaneously between parent and child components.
Use two-way binding to listen for events and update values simultaneously between parent and child components.
<div class="alert is-helpful">