diff --git a/adev/src/content/tutorials/learn-angular/steps/6-property-binding/README.md b/adev/src/content/tutorials/learn-angular/steps/6-property-binding/README.md index cb9d5423866..db43b80ef1d 100644 --- a/adev/src/content/tutorials/learn-angular/steps/6-property-binding/README.md +++ b/adev/src/content/tutorials/learn-angular/steps/6-property-binding/README.md @@ -29,7 +29,7 @@ export class AppComponent { -Next, bind the `contentEditable` attribute of the `div` to the `isEditable` property by using the `[]` syntax. +Next, bind the `contentEditable` attribute of the `div` to the `isEditable` property by using the [] syntax. @Component({