Skip to content

Commit e70772b

Browse files
authored
docs: typos (#66)
1 parent c9a42bb commit e70772b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ services:
105105

106106
## Example command
107107

108-
In case of having `console.php` as entrypoint (see below), this would add a user with username `john.doe` to database:
108+
In case of having `console.php` as entrypoint (see below), this would add a user with username `john.doe`:
109109

110110
> `php console.php user:add john.doe`
111111
@@ -156,7 +156,7 @@ final class AddUserCommand extends Command
156156
try {
157157
// do your logic
158158
$this->usersModel->add($username);
159-
// styled output as well
159+
// styled output is supported as well
160160
$output->writeln('<success>✔ Successfully added</success>');
161161
return 0;
162162

0 commit comments

Comments
 (0)