From 0aa53cdd6081177ddf384eed511e10e7db458c33 Mon Sep 17 00:00:00 2001 From: George Vrettos Date: Wed, 4 Nov 2020 21:49:29 +0200 Subject: [PATCH] docs: fix typo in the "Property Binding" guide (#39569) PR Close #39569 --- aio/content/guide/property-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/property-binding.md b/aio/content/guide/property-binding.md index c9240da7ae..d85778ef61 100644 --- a/aio/content/guide/property-binding.md +++ b/aio/content/guide/property-binding.md @@ -2,7 +2,7 @@ # Property binding Property binding in Angular helps you set values for properties of HTML elements or directives. -With property binding, you can do things such as toggle button functionality, set paths programatically, and share values between components. +With property binding, you can do things such as toggle button functionality, set paths programmatically, and share values between components.