diff --git a/src/lib/chips/chip-input.ts b/src/lib/chips/chip-input.ts index b6a10097e371..a048bb74642b 100644 --- a/src/lib/chips/chip-input.ts +++ b/src/lib/chips/chip-input.ts @@ -22,7 +22,7 @@ export interface MatChipInputEvent { } /** - * Directive that adds chip-specific behaviors to an input element inside . + * Directive that adds chip-specific behaviors to an input element inside ``. * May be placed inside or outside of an ``. */ @Directive({ diff --git a/src/lib/icon/icon.ts b/src/lib/icon/icon.ts index 9354463b76d8..3caba677e6ce 100644 --- a/src/lib/icon/icon.ts +++ b/src/lib/icon/icon.ts @@ -41,7 +41,7 @@ export const _MatIconMixinBase = mixinColor(MatIconBase); * ` * ` * - * - Use a font ligature as an icon by putting the ligature text in the content of the + * - Use a font ligature as an icon by putting the ligature text in the content of the `` * component. By default the Material icons font is used as described at * http://google.github.io/material-design-icons/#icon-font-for-the-web. You can specify an * alternate font by setting the fontSet input to either the CSS class to apply to use the