Skip to content

Commit 53f691a

Browse files
authored
docs: fix overview example names (#2356)
1 parent b5f3542 commit 53f691a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/icon/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
`md-icon` makes it easier to use _vector-based_ icons in your app. This directive supports both
22
icon fonts and SVG icons, but not bitmap-based formats (png, jpg, etc.).
33

4-
<!-- example(icon-example) -->
4+
<!-- example(icon-overview) -->
55

66
### Registering icons
77

src/lib/snack-bar/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
`MdSnackBar` is a service for displaying snack-bar notifications.
22

3-
<!-- example(snackbar-overview) -->
3+
<!-- example(snack-bar-overview) -->
44

55
### Opening a snack-bar
66
A snack-bar can contain either a string message or a given component.

0 commit comments

Comments
 (0)