File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ export class MatIconRegistry {
181181 }
182182
183183 /**
184- * Returns an Observable that produces the icon (as an <svg> DOM element) from the given URL.
184+ * Returns an Observable that produces the icon (as an ` <svg>` DOM element) from the given URL.
185185 * The response from the URL may be cached so this will not always cause an HTTP request, but
186186 * the produced element will always be a new copy of the originally fetched icon. (That is,
187187 * it will not contain any modifications made to elements previously returned).
@@ -208,7 +208,7 @@ export class MatIconRegistry {
208208 }
209209
210210 /**
211- * Returns an Observable that produces the icon (as an <svg> DOM element) with the given name
211+ * Returns an Observable that produces the icon (as an ` <svg>` DOM element) with the given name
212212 * and namespace. The icon must have been previously registered with addIcon or addIconSet;
213213 * if not, the Observable will throw an error.
214214 *
You can’t perform that action at this time.
0 commit comments