From 4d868a3df9d2eff886e23e41381cc52cef18ec0d Mon Sep 17 00:00:00 2001 From: Dmitriy Mishchenko Date: Sat, 11 Nov 2023 09:52:36 +0200 Subject: [PATCH] docs(docs-infra): a11y improvement suggestion Property Binding tutorial (#52807) #52639 issue fix suggestion PR Close #52807 --- .../tutorials/learn-angular/steps/6-property-binding/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({