Skip to content

Commit 9a03c6b

Browse files
committed
chore(copy): update minor copy changes
1 parent a6d5580 commit 9a03c6b

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

docs/package-lock.json

Lines changed: 18 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/App.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</div>
3030

3131
<div class="example">
32-
<p>This tooltip should appear to the <b use:tooltip={{ content: 'Whoa! I appear to the right.', hideOnClickOutside: true, action: 'click', position: 'right', theme: 'tooltip-theme' }}>right</b> when clicked.</p>
32+
<p>This tooltip should appear to the <b use:tooltip={{ content: 'Whoa! I appear to the right.', hideOnClickOutside: true, action: 'click', position: 'right', theme: 'tooltip-theme' }}>right</b> when clicked. It will also hide itself once you click outside of the tooltip.</p>
3333

3434
<Prism code={"<b use:tooltip={{ content: 'Whoa! I appear to the right.', position: 'right', action: 'click', theme: 'tooltip-theme' }}>right</b>"} />
3535

@@ -128,7 +128,7 @@
128128
theme="tooltip-theme">
129129
<b>right</b>
130130
</Tooltip>
131-
when clicked.
131+
when clicked. It will also hide itself once you click outside of the tooltip.
132132
</p>
133133
<Prism showLineNumbers={true} code={`
134134
<Tooltip

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"svelte": "./dist/index.js",
1111
"keywords": [
1212
"components",
13+
"tooltip",
1314
"tooltips",
1415
"popover",
1516
"action",

0 commit comments

Comments
 (0)