diff --git a/aio/content/guide/two-way-binding.md b/aio/content/guide/two-way-binding.md index bfced73baa..a8274d08d3 100644 --- a/aio/content/guide/two-way-binding.md +++ b/aio/content/guide/two-way-binding.md @@ -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.