Skip to content

Commit 9e75ff1

Browse files
committed
updated
1 parent eb02ee6 commit 9e75ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bedrock/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ namespace {
3636
}
3737
```
3838

39-
You can still access to symfony console with method ``console()``
39+
You can access to symfony console instance with method ``console()``
4040

4141
```php
4242
$app->console()->setDefaultCommand('...');
4343
```
4444

45-
Visit the official Symfony Console documentation at [https://symfony.com/doc/current/components/console.html](https://symfony.com/doc/current/components/console.html) for more infos on commands and others helper.
45+
Visit the official [Symfony Console Documentation](https://symfony.com/doc/current/components/console.html) for more infos on commands and others helper.

0 commit comments

Comments
 (0)