From f1a0d35e9959f254b6ede28518fc4f0cc5993273 Mon Sep 17 00:00:00 2001 From: SAMUEL NELA Date: Sat, 5 Dec 2020 14:11:17 +0100 Subject: [PATCH] Fix typo --- src/Swup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Swup/README.md b/src/Swup/README.md index 5c4e9352004..21e3b51e6b9 100644 --- a/src/Swup/README.md +++ b/src/Swup/README.md @@ -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 #} > {# ... #}