Skip to content

Commit

Permalink
Fix typo in tooltip documentation (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
markhepburn authored and adidahiya committed Dec 6, 2017
1 parent 03c646a commit f7988f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/tooltip/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ but you should keep it simple. If you need more space, consider using a popover
<div class="pt-callout pt-intent-warning pt-icon-warning-sign">
<h5>Button targets</h5>
Buttons make great tooltip targets, but the `disabled` attribute will prevent all events so the enclosing `Tooltip`
will not know when to respond. Use [`AnchorButton`](#ore/components/button.anchor-button) instead;
will not know when to respond. Use [`AnchorButton`](#core/components/button.anchor-button) instead;
see the [callout here](#core/components/button.javascript-api) for more details.
</div>

Expand Down

0 comments on commit f7988f1

Please sign in to comment.