Fix: Typo

This commit is contained in:
Andreas Möller 2021-02-14 14:37:28 +01:00
parent 163df1e673
commit 3fbf7e963d
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F

View File

@ -61,7 +61,7 @@ class UserPasswordHashCommand extends Command
->addOption('empty-salt', null, InputOption::VALUE_NONE, 'Do not generate a salt or let the hasher generate one.')
->setHelp(<<<EOF
The <info>%command.name%</info> command hashs passwords according to your
The <info>%command.name%</info> command hashes passwords according to your
security configuration. This command is mainly used to generate passwords for
the <comment>in_memory</comment> user provider type and for changing passwords
in the database while developing the application.