docs(docs-infra): a11y improvement suggestion Property Binding tutorial (#52807)

#52639 issue fix suggestion

PR Close #52807
This commit is contained in:
Dmitriy Mishchenko 2023-11-11 09:52:36 +02:00 committed by Jessica Janiuk
parent 282a49c019
commit 4d868a3df9

View file

@ -29,7 +29,7 @@ export class AppComponent {
</docs-step>
<docs-step title="Bind to `contentEditable`" header="app.component.ts" language="ts">
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 <code aria-label="square brackets">[]</code> syntax.
<docs-code highlight="[3]">
@Component({