Skip to content

Commit

Permalink
Docs: Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Dec 6, 2023
1 parent 7cb5fc7 commit 55ba8c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/src/components/docs/Acknowledgments.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,4 @@ const names = data
});
---

{names.length}

{names.length && names.join(', ')}
{names.length > 0 && names.join(', ')}
4 changes: 2 additions & 2 deletions docs/src/content/docs/docs/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Certain aspects of the Tweakpane API don't make a ton of sense in the Svelte con

### Custom container

The [`container`](https://tweakpane.github.io/docs/misc/#container) [PaneConfig](https://tweakpane.github.io/docs/api/interfaces/_internal_.PaneConfig.html) option is not exposed, because correct placement in the containing DOM is managed by 'svelte-tweakpane-ui', and `<Pane position='inline' ...>` may be used where you'd like a pane to become part of the normal document flow.
The [`container`](https://tweakpane.github.io/docs/misc/#container) [PaneConfig](https://tweakpane.github.io/docs/api/interfaces/_internal_.PaneConfig.html) option is not exposed, because correct placement in the containing DOM is managed by _Svelte Tweakpane UI_, and `<Pane position='inline' ...>` may be used where you'd like a pane to become part of the normal document flow.

### Visibility

Expand All @@ -102,7 +102,7 @@ A curation of first- and third-party Tweakpane Plugins have been wrapped in comp

### Tab rename

The vanilla Tweakpane `Tab` is referred to as a `TabGroup` in _Svelte Tweakpane UI_, and the vanilla Tweakpane `Page` is referred to as a `<TabPage>`.
The vanilla Tweakpane `Tab` is referred to as a `<TabGroup>` in _Svelte Tweakpane UI_, and the vanilla Tweakpane `Page` is referred to as a `<TabPage>`.

### Params become props

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/docs/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The result should be the same:

---

## Integrate plugins
## Bundled plugins

The following plugins are included with _Svelte Tweakpane UI_, and are ready to use out of the box:

Expand Down

0 comments on commit 55ba8c1

Please sign in to comment.