Skip to content

Commit eebde48

Browse files
m-housniAndrewKushnir
authored andcommitted
docs: fix typo in code example (angular#59235)
PR Close angular#59235
1 parent 3b73a73 commit eebde48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/introduction/essentials/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Angular supports binding dynamic values into DOM properties with square brackets
4646
```angular-ts
4747
@Component({
4848
/*...*/
49-
// Set the `disabled` property of the button based on the value of `isAccountDisabled`.
49+
// Set the `disabled` property of the button based on the value of `isValidUserId`.
5050
template: `<button [disabled]="isValidUserId()">Save changes</button>`,
5151
})
5252
export class UserProfile {

0 commit comments

Comments
 (0)