docs: ordered words (#56534)

Ordered correctly some words

PR Close #56534
This commit is contained in:
Luis Fernando Scapin 2024-06-20 15:59:30 -03:00 committed by Andrew Kushnir
parent 29ecb39895
commit 3ea7794474

View file

@ -10,7 +10,7 @@ In this activity, you'll learn how to get the value from your form input.
<docs-step title="Show the value of the input field in the template">
To display the input value in a template, you can the use interpolation syntax `{{}}` just like any other class property of the component:
To display the input value in a template, you can use the interpolation syntax `{{}}` just like any other class property of the component:
<docs-code language="ts" highlight="[5]">
@Component({