We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc03c9 commit c0de26cCopy full SHA for c0de26c
1 file changed
docs/en/plugins.md
@@ -339,7 +339,7 @@ class ContactManagerPlugin extends BasePlugin
339
public function bootstrap(PluginApplicationInterface $app): void
340
{
341
// Add constants, load configuration defaults.
342
- // By default will load `config/bootstrap.php` in the plugin.
+ // By default, will load `config/bootstrap.php` in the plugin.
343
parent::bootstrap($app);
344
}
345
@@ -349,7 +349,7 @@ class ContactManagerPlugin extends BasePlugin
349
public function routes(RouteBuilder $routes): void
350
351
// Add routes.
352
- // By default will load `config/routes.php` in the plugin.
+ // By default, will load `config/routes.php` in the plugin.
353
parent::routes($routes);
354
355
0 commit comments