Skip to content

Commit f19adc3

Browse files
author
Eduard Telezhnikov
authored
fix typo
1 parent 28a1eae commit f19adc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/modules/popup.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ themes : ['Default']
112112
</h4>
113113
<p>An element can specify a simple tooltip that can appear without javascript</p>
114114
<div class="ui warning ignored message">
115-
Tooltips use an element's <code>:before</code> and <code>:after</code> psuedo classes. Elements like <code>icon</code> that already use these classes for styling will need to have the tooltips to a wrapping element, like a button, or a <code>span</code> to make sure tooltips work correctly.
115+
Tooltips use an element's <code>:before</code> and <code>:after</code> pseudo classes. Elements like <code>icon</code> that already use these classes for styling will need to have the tooltips to a wrapping element, like a button, or a <code>span</code> to make sure tooltips work correctly.
116116
</div>
117117
<div class="ui icon button" data-tooltip="Add users to your feed">
118118
<i class="add icon"></i>

0 commit comments

Comments
 (0)