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.