Skip to content

Commit c29b79d

Browse files
paullangjelbourn
authored andcommitted
docs(icon): fix closing tags in named icons (#429)
1 parent 7f3b1bd commit c29b79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/icon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ mdIconRegistry.addSvgIconInNamespace('animals', 'cat', '/assets/cat.svg');
5454
```
5555

5656
```html
57-
<md-icon svgIcon="moon"></svg-icon>
58-
<md-icon svgIcon="animals:cat"></svg-icon>
57+
<md-icon svgIcon="moon"></md-icon>
58+
<md-icon svgIcon="animals:cat"></md-icon>
5959
```
6060

6161
### Icon sets

0 commit comments

Comments
 (0)