diff --git a/eleventy.config.cjs b/eleventy.config.cjs index 0b1d8fb5..9f4310c2 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 4e59c5fe..c8e64a9c 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 e5711e32..057ad261 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 7ccfda78..ddfd2c97 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 5b7f570a..32dde4eb 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 ad0a6f46..a23ca67f 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 e723324c..6de68dba 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 ---