Skip to content

Commit 8192859

Browse files
committed
[fix] minor corrections in the tooltips guide
1 parent a87d794 commit 8192859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/desktop/tooltips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ removes tooltip. As a parameter the method takes:
111111

112112
<h4 id="delayShow">gantt.ext.tooltips.delayShow()</h4>
113113

114-
Shows a tooltip after the delay set by api/gantt_tooltip_timeout_config.md. If the config is not set, a small default delay is used.
114+
shows a tooltip after the delay set by api/gantt_tooltip_timeout_config.md. If the config is not set, a small default delay is used.
115115

116116
This method is **debounced**, meaning that repeated calls within the delay window reset the timer and the tooltip is shown only once.
117117

@@ -122,7 +122,7 @@ As parameters the method takes:
122122

123123
<h4 id="delayHide">gantt.ext.tooltips.delayHide()</h4>
124124

125-
Hides the currently displayed tooltip after a delay set by api/gantt_tooltip_hide_timeout_config.md. If the config is not set, a small default delay is used.
125+
hides the currently displayed tooltip after a delay set by api/gantt_tooltip_hide_timeout_config.md. If the config is not set, a small default delay is used.
126126

127127

128128

0 commit comments

Comments
 (0)