We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e96c0b commit 10b8544Copy full SHA for 10b8544
1 file changed
modules/creation/module-translation/new-system.md
@@ -156,7 +156,7 @@ class MyModuleSomethingModuleFrontController extends ModuleFrontController
156
Symfony controllers work exactly the same as the Core's. Just use `$this->trans()` method.
157
158
{{% notice warning %}}
159
-Be aware that in Symfony controllers, the second and third arguments have been swapped to make `$replacements` optional.
+Be aware that in Symfony controllers, the second and third arguments have been swapped to make `$parameters` optional.
160
{{% /notice %}}
161
162
```php
0 commit comments