docs: fix typo in the "Property Binding" guide (#39569)
PR Close #39569
This commit is contained in:
parent
8c405786c4
commit
0aa53cdd60
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in New Issue