Skip to content

Commit fa1f70e

Browse files
committed
changed docs manually to programatically
1 parent e3828ec commit fa1f70e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.changeset/flat-icons-do.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@skeletonlabs/skeleton": minor
33
---
44

5-
feat: InputChip - Implemented function to add/remove chips manually.
5+
feat: InputChip - Implemented function to add/remove chips programatically.

sites/skeleton.dev/src/routes/(inner)/components/input-chips/+page.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ function onInvalidHandler(event: any): void {
165165
</section>
166166
<!-- Add/Remove Chips Programatically -->
167167
<section class="space-y-4">
168-
<h2 class="h2">Add / Remove Chips manually</h2>
168+
<h2 class="h2">Add / Remove Chips programatically</h2>
169169
<p>
170-
To add or remove chips manually, use the exported functions <code class="code">addChip</code> and
170+
To add or remove chips programatically, use the exported functions <code class="code">addChip</code> and
171171
<code class="code">removeChip</code> after binding the ChipInput.
172172
</p>
173173
<DocsPreview background="neutral">

0 commit comments

Comments
 (0)