Skip to content

Commit

Permalink
docs: fix typo in first-app/steps/06-property-binding/README.md (angu…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesllllllllll authored and thePunderWoman committed Apr 3, 2024
1 parent 894c1c5 commit f577319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In the code editor:

When adding a property binding to a component tag, we use the `[attribute] = "value"` syntax to notify Angular that the assigned value should be treated as a property from the component class and not a string value.

The value on the right handside is the name of the property from the `HomeComponent`.
The value on the right-hand side is the name of the property from the `HomeComponent`.
</docs-step>

<docs-step title="Confirm the code still works">
Expand Down

0 comments on commit f577319

Please sign in to comment.