Update tooltip.md (#105)

Fix typo
pull/122/head
Jan van Hellemond 2020-07-17 22:26:23 +02:00 zatwierdzone przez GitHub
rodzic 7f89b6ab09
commit c7406b99b0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ Tooltips display additional information based on a specific action.
A tooltip's target is its _first child element_, so you should only wrap one element inside of the tooltip. If you need the tooltip to show up for multiple elements, nest them inside a container first.
Tooltip's use `display: contents` so they won't interfere with how elements are positioned in a flex or grid layout.
Tooltips use `display: contents` so they won't interfere with how elements are positioned in a flex or grid layout.
```html preview
<sl-tooltip content="This is a tooltip">