diff --git a/docs/src/extra/migration.md b/docs/src/extra/migration.md index 0ca27a38..33d8bd01 100644 --- a/docs/src/extra/migration.md +++ b/docs/src/extra/migration.md @@ -84,7 +84,7 @@ registerControllers( // [!code ++] ``` the finer configuration of the controllers (notably the `lazy` behavior) will be done -through the `import.meta`. see [Stimulus reference](/fr/stimulus/reference.html). +through the `import.meta`. see [Stimulus reference](/stimulus/reference.html). If you don't have [multiple configurations](/guide/multiple-configurations) it's already over...