From 3ea7794474591b893ddfdfae8fc8054b7058c829 Mon Sep 17 00:00:00 2001 From: Luis Fernando Scapin <30500873+Luis-Scapin@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:59:30 -0300 Subject: [PATCH] docs: ordered words (#56534) Ordered correctly some words PR Close #56534 --- .../learn-angular/steps/16-form-control-values/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/tutorials/learn-angular/steps/16-form-control-values/README.md b/adev/src/content/tutorials/learn-angular/steps/16-form-control-values/README.md index ebc2a5fb01a..0527afa549b 100644 --- a/adev/src/content/tutorials/learn-angular/steps/16-form-control-values/README.md +++ b/adev/src/content/tutorials/learn-angular/steps/16-form-control-values/README.md @@ -10,7 +10,7 @@ In this activity, you'll learn how to get the value from your form input. -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: @Component({