Skip to content

Commit

Permalink
docs(tooltip): change bottom to below (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored and mmalerba committed Dec 8, 2016
1 parent 55cf565 commit d11cb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tooltip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The positions `before` and `after` should be used instead of `left` and `right`
### Examples
A button with a tooltip
```html
<button md-tooltip="some message" tooltip-position="bottom">Button</button>
<button md-tooltip="some message" tooltip-position="below">Button</button>
```


Expand Down

0 comments on commit d11cb7b

Please sign in to comment.