docs: fix typo in the "Property Binding" guide (#39569)

PR Close #39569
This commit is contained in:
George Vrettos 2020-11-04 21:49:29 +02:00 committed by Joey Perrott
parent 8c405786c4
commit 0aa53cdd60
1 changed files with 1 additions and 1 deletions

View File

@ -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.
<div class="alert is-helpful">