Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eleventy.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down
2 changes: 1 addition & 1 deletion src/_assets/scss/inc/utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/docs/announcements/swup-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion src/docs/getting-started/demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/docs/plugins/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion src/showcase/paperdigits.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ credits:
url: https://cydstumpel.nl
-
name: Stu Stu Studio
url: hhttps://www.stustu.studio
url: https://www.stustu.studio
---
2 changes: 1 addition & 1 deletion src/showcase/rideout-amsterdam.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ credits:
url: https://cydstumpel.nl
-
name: Stu Stu Studio
url: hhttps://www.stustu.studio
url: https://www.stustu.studio
---