Skip to content

Commit 8a33678

Browse files
committed
minor #285 Fix typo in the Swup options section (MrAnyx)
This PR was merged into the 2.x branch. Discussion ---------- Fix typo in the Swup options section | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | n/a | License | MIT Fixed a little typo issue in the Swup documentation in the Swup options section Commits ------- d910251 Fix typo in the Swup options section
2 parents 18b194b + d910251 commit 8a33678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Swup/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ added:
110110
<body
111111
{{ stimulus_controller('symfony/ux-swup/swup', {
112112
containers: ['#swup', '#nav'],
113-
animateHistoryBrowsing: true
113+
animateHistoryBrowsing: true,
114114
animationSelector: '[class*="transition-"]',
115115
cache: true,
116116
linkSelector: '...',

0 commit comments

Comments
 (0)