From a05fcb6823593cbb14bc00da7b42a18c0d0d0f89 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sun, 4 Jan 2026 20:14:22 +0100 Subject: [PATCH] Fix typos --- eleventy.config.cjs | 2 +- src/_assets/scss/inc/utils.scss | 2 +- src/docs/announcements/swup-4.md | 2 +- src/docs/getting-started/demos.md | 2 +- src/docs/plugins/plugins.md | 2 +- src/showcase/paperdigits.md | 2 +- src/showcase/rideout-amsterdam.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eleventy.config.cjs b/eleventy.config.cjs index 0b1d8fb52..9f4310c2d 100644 --- a/eleventy.config.cjs +++ b/eleventy.config.cjs @@ -54,7 +54,7 @@ customMarkdownIt.use(markdownItAttrs); customMarkdownIt.use(markdownItVideo); /** - * Code Highligting + * Code Highlighting * @see https://github.com/antfu/markdown-it-shiki */ customMarkdownIt.use(Shiki, { diff --git a/src/_assets/scss/inc/utils.scss b/src/_assets/scss/inc/utils.scss index 4e59c5fe6..c8e64a9c6 100644 --- a/src/_assets/scss/inc/utils.scss +++ b/src/_assets/scss/inc/utils.scss @@ -18,7 +18,7 @@ iframe { } /* -* Hide things visually, still shwo them to screen readers +* Hide things visually, still show them to screen readers */ .sr-only { position: absolute !important; diff --git a/src/docs/announcements/swup-4.md b/src/docs/announcements/swup-4.md index e5711e324..057ad261c 100644 --- a/src/docs/announcements/swup-4.md +++ b/src/docs/announcements/swup-4.md @@ -60,7 +60,7 @@ The new [View Transitions](https://developer.mozilla.org/en-US/docs/Web/API/View browser API provides a native and performant mechanism for managing the visual transition of elements from one state to another. This is great for page transition animations. -Use swup's new `native` option to start definining your page transitions as native View Transitions. +Use swup's new `native` option to start defining your page transitions as native View Transitions. In addition, swup still supports CSS animations and JS animations. Learn more about [supported animation methods](/getting-started/animations/). diff --git a/src/docs/getting-started/demos.md b/src/docs/getting-started/demos.md index 7ccfda781..ddfd2c975 100644 --- a/src/docs/getting-started/demos.md +++ b/src/docs/getting-started/demos.md @@ -51,7 +51,7 @@ Use swup's animation classes for other elements than the main content containers ```swupdemo https://swup-demos.onrender.com/multiple/ -Swup Demo: Mulitple animations +Swup Demo: Multiple animations ``` ## Slideshow animation diff --git a/src/docs/plugins/plugins.md b/src/docs/plugins/plugins.md index 5b7f570a2..32dde4ebe 100644 --- a/src/docs/plugins/plugins.md +++ b/src/docs/plugins/plugins.md @@ -68,7 +68,7 @@ const swup = new Swup({ }); ``` -Alternatively, you can use swup's `use` & `unuse` methods to add or remove plugins after intialization. +Alternatively, you can use swup's `use` & `unuse` methods to add or remove plugins after initialization. ```javascript const swup = new Swup(); diff --git a/src/showcase/paperdigits.md b/src/showcase/paperdigits.md index ad0a6f463..a23ca67fc 100644 --- a/src/showcase/paperdigits.md +++ b/src/showcase/paperdigits.md @@ -8,5 +8,5 @@ credits: url: https://cydstumpel.nl - name: Stu Stu Studio - url: hhttps://www.stustu.studio + url: https://www.stustu.studio --- diff --git a/src/showcase/rideout-amsterdam.md b/src/showcase/rideout-amsterdam.md index e723324c2..6de68dba2 100644 --- a/src/showcase/rideout-amsterdam.md +++ b/src/showcase/rideout-amsterdam.md @@ -8,5 +8,5 @@ credits: url: https://cydstumpel.nl - name: Stu Stu Studio - url: hhttps://www.stustu.studio + url: https://www.stustu.studio ---