Skip to content
Merged
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
Fix typo
  • Loading branch information
samnela authored Dec 5, 2020
commit f1a0d35e9959f254b6ede28518fc4f0cc5993273
2 changes: 1 addition & 1 deletion src/Swup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You can configure several other options using data-attributes on the `body` tag:
data-theme="slide" {# or "fade", the default #}
data-debug="data-debug" {# add this attribute to enable debug #}
data-cache="data-cache" {# add this attribute to enable local cache: be careful, it only makes sense for mostly static websites #}
data-animate-history-browsing="data-animate-history-browsing" {# add this attribute to aimate history browsing #}
data-animate-history-browsing="data-animate-history-browsing" {# add this attribute to animate history browsing #}
>
{# ... #}
</body>
Expand Down