diff --git a/sites/skeleton.dev/src/routes/(inner)/actions/filters/+page.svelte b/sites/skeleton.dev/src/routes/(inner)/actions/filters/+page.svelte index 6882ef8e76..55375ee1a2 100644 --- a/sites/skeleton.dev/src/routes/(inner)/actions/filters/+page.svelte +++ b/sites/skeleton.dev/src/routes/(inner)/actions/filters/+page.svelte @@ -127,7 +127,7 @@ only utilize theme on this doc page. {#if method === 0}

- Use the following Svelte action to filter any element. Pass the filter name as the only parameter.

diff --git a/sites/skeleton.dev/src/routes/(inner)/components/app-shell/+page.svelte b/sites/skeleton.dev/src/routes/(inner)/components/app-shell/+page.svelte index f8584135a6..13fd3f2fb5 100644 --- a/sites/skeleton.dev/src/routes/(inner)/components/app-shell/+page.svelte +++ b/sites/skeleton.dev/src/routes/(inner)/components/app-shell/+page.svelte @@ -43,11 +43,11 @@

Deprecated

- This feature is being phased out as we transition to Skeleton v3. This component will remain functional for all 2.x releases. However, we recommend you migrate to custom layouts as soon as possible. While this guide is provided for Skeleton v3, the only prerequisite is Tailwind. Which means you can use these techniques today! + This feature is being phased out as we transition to Skeleton v3. This component will remain functional for all 2.x releases. However, we recommend you migrate to custom layouts as soon as possible. While this guide is provided for Skeleton v3, the only prerequisite is Tailwind. Which means you can use these techniques today!

- Layout Guide + Layout Guide
diff --git a/sites/skeleton.dev/src/routes/(inner)/docs/transitions/+page.svelte b/sites/skeleton.dev/src/routes/(inner)/docs/transitions/+page.svelte index 6168f06854..d160e71af7 100644 --- a/sites/skeleton.dev/src/routes/(inner)/docs/transitions/+page.svelte +++ b/sites/skeleton.dev/src/routes/(inner)/docs/transitions/+page.svelte @@ -8,7 +8,7 @@

Transitions

- Skeleton provides a simple interface for modifying Svelte component transitions. This supports Svelte-provided transitions, such as: fade, blur, fly, slide, and scale. As well as custom CSS and Javascript transitions. + Skeleton provides a simple interface for modifying Svelte component transitions. This supports Svelte-provided transitions, such as: fade, blur, fly, slide, and scale. As well as custom CSS and Javascript transitions.

diff --git a/sites/skeleton.dev/src/routes/(inner)/elements/alerts/+page.svelte b/sites/skeleton.dev/src/routes/(inner)/elements/alerts/+page.svelte index 8cb9c7ee65..7a609d9c28 100644 --- a/sites/skeleton.dev/src/routes/(inner)/elements/alerts/+page.svelte +++ b/sites/skeleton.dev/src/routes/(inner)/elements/alerts/+page.svelte @@ -109,7 +109,7 @@

Animation

-

Svelte Transitions can provide smooth transition animations when the alert state changes.

+

Svelte Transitions can provide smooth transition animations when the alert state changes.

(content)`} />
diff --git a/sites/skeleton.dev/src/routes/(inner)/utilities/table-of-contents/+page.svelte b/sites/skeleton.dev/src/routes/(inner)/utilities/table-of-contents/+page.svelte index 824fc8bd29..66070268f9 100644 --- a/sites/skeleton.dev/src/routes/(inner)/utilities/table-of-contents/+page.svelte +++ b/sites/skeleton.dev/src/routes/(inner)/utilities/table-of-contents/+page.svelte @@ -128,7 +128,7 @@

In some situations you may want to force the crawler action to update on demand. Use the key parameter and pass a value that will be modified, which operates similar to Svelte's - key blocks. This can be useful for scanning for + key blocks. This can be useful for scanning for new page headers for tabbed content.