From e2040af412314e8ed2d06d3e1740bed4c9cd0469 Mon Sep 17 00:00:00 2001 From: bluemyria Date: Thu, 26 Nov 2020 20:14:26 +0100 Subject: [PATCH] docs: fix typo in two-way-binding guide (#39859) PR Close #39859 --- aio/content/guide/two-way-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.