Skip to content

Commit 8df7389

Browse files
julianobrasiljelbourn
authored andcommitted
chore: fix remaining unescaped html tags in JsDoc (#9611)
1 parent 7613f98 commit 8df7389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/chips/chip-input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface MatChipInputEvent {
2222
}
2323

2424
/**
25-
* Directive that adds chip-specific behaviors to an input element inside <mat-form-field>.
25+
* Directive that adds chip-specific behaviors to an input element inside `<mat-form-field>`.
2626
* May be placed inside or outside of an `<mat-chip-list>`.
2727
*/
2828
@Directive({

src/lib/icon/icon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const _MatIconMixinBase = mixinColor(MatIconBase);
4141
* `<mat-icon svgIcon="left-arrow"></mat-icon>
4242
* <mat-icon svgIcon="animals:cat"></mat-icon>`
4343
*
44-
* - Use a font ligature as an icon by putting the ligature text in the content of the <mat-icon>
44+
* - Use a font ligature as an icon by putting the ligature text in the content of the `<mat-icon>`
4545
* component. By default the Material icons font is used as described at
4646
* http://google.github.io/material-design-icons/#icon-font-for-the-web. You can specify an
4747
* alternate font by setting the fontSet input to either the CSS class to apply to use the

0 commit comments

Comments
 (0)