Apply fabbot rules

This commit is contained in:
Nicolas Grekas
2025-07-29 16:51:49 +02:00
parent 0e6e958f6d
commit eff3d55e69

View File

@@ -174,7 +174,7 @@ Stimulus controller:
}
_onConnect(event) {
// Swup has just been intialized and you can access details from the event
// Swup has just been initialized and you can access details from the event
console.log(event.detail.swup); // Swup instance
console.log(event.detail.options); // Options used to initialize Swup
}