Skip to content

Commit 38f7867

Browse files
jzischkauandrewseguin
authored andcommitted
docs(material/select) add missing backtick (#17151)
(cherry picked from commit 9bd73d3)
1 parent 73a233d commit 38f7867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/select/select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In some cases that `<mat-form-field>` may use the placeholder as the label (see
5353
### Disabling the select or individual options
5454

5555
It is possible to disable the entire select or individual options in the select by using the
56-
disabled property on the `<select>` or `<mat-select>` and the `<option>` or <mat-option>` elements respectively.
56+
disabled property on the `<select>` or `<mat-select>` and the `<option>` or `<mat-option>` elements respectively.
5757

5858
<!-- example(select-disabled) -->
5959

0 commit comments

Comments
 (0)