Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In addition, you'll want to specify a direcetion:
- `.tooltipped-w`
- `.tooltipped-nw`

Remember, `aria-label` and tooltip classes must go directly on `<button>` and `<a>` elements. Tooltip classes also conflict with Octicon clases, and as such, must go on a parent element instead of the icon.
Remember, `aria-label` and tooltip classes must go directly on `<button>` and `<a>` elements. Tooltip classes also conflict with Octicon classes, and as such, must go on a parent element instead of the icon.

{% example html %}
<span class="tooltipped tooltipped-n" aria-label="This is the tooltip.">
Expand Down