Skip to content

Commit d11cb7b

Browse files
andrewseguinmmalerba
authored andcommitted
docs(tooltip): change bottom to below (#2104)
1 parent 55cf565 commit d11cb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tooltip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The positions `before` and `after` should be used instead of `left` and `right`
66
### Examples
77
A button with a tooltip
88
```html
9-
<button md-tooltip="some message" tooltip-position="bottom">Button</button>
9+
<button md-tooltip="some message" tooltip-position="below">Button</button>
1010
```
1111

1212

0 commit comments

Comments
 (0)