Skip to content

Commit 0f5583d

Browse files
odahcamjelbourn
authored andcommitted
docs(checkbox): fix typo in section header (#9602)
1 parent 6c766cf commit 0f5583d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/checkbox/checkbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Toggle `checked` value of the checkbox, ignore `indeterminate` value. If the
3737
checkbox is in `indeterminate` state, the checkbox will display as an `indeterminate` checkbox
3838
regardless the `checked` value.
3939

40-
####`check-indeterminate`
40+
#### `check-indeterminate`
4141
Default behavior of `mat-checkbox`. Always set `indeterminate` to `false`
4242
when user click on the `mat-checkbox`.
4343
This matches the behavior of native `<input type="checkbox">`.

0 commit comments

Comments
 (0)