Skip to content

Commit 57babcf

Browse files
donroycojosephperrott
authored andcommitted
docs(tooltip): fix typo left/right (#10069)
1 parent 74116cf commit 57babcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tooltip/tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the positions `before` and `after` should be used instead of `left` and `right`,
1818
| `left` | Always display to the left of the element |
1919
| `right` | Always display to the right of the element |
2020
| `before` | Display to the left in left-to-right layout and to the right in right-to-left layout |
21-
| `after` | Display to the right in left-to-right layout and to the right in right-to-left layout|
21+
| `after` | Display to the right in left-to-right layout and to the left in right-to-left layout|
2222

2323
<!-- example(tooltip-position) -->
2424

0 commit comments

Comments
 (0)