Skip to content

Commit c0de26c

Browse files
committed
Fix grammar.
1 parent 7bc03c9 commit c0de26c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class ContactManagerPlugin extends BasePlugin
339339
public function bootstrap(PluginApplicationInterface $app): void
340340
{
341341
// Add constants, load configuration defaults.
342-
// By default will load `config/bootstrap.php` in the plugin.
342+
// By default, will load `config/bootstrap.php` in the plugin.
343343
parent::bootstrap($app);
344344
}
345345

@@ -349,7 +349,7 @@ class ContactManagerPlugin extends BasePlugin
349349
public function routes(RouteBuilder $routes): void
350350
{
351351
// Add routes.
352-
// By default will load `config/routes.php` in the plugin.
352+
// By default, will load `config/routes.php` in the plugin.
353353
parent::routes($routes);
354354
}
355355

0 commit comments

Comments
 (0)