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({