Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fbf7e9

Browse files
committed
Fix: Typo
1 parent 163df1e commit 3fbf7e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Symfony/Component/PasswordHasher/Command/UserPasswordHashCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function configure()
6161
->addOption('empty-salt', null, InputOption::VALUE_NONE, 'Do not generate a salt or let the hasher generate one.')
6262
->setHelp(<<<EOF
6363
64-
The <info>%command.name%</info> command hashs passwords according to your
64+
The <info>%command.name%</info> command hashes passwords according to your
6565
security configuration. This command is mainly used to generate passwords for
6666
the <comment>in_memory</comment> user provider type and for changing passwords
6767
in the database while developing the application.

0 commit comments

Comments
 (0)