Skip to content

Commit d7f9fda

Browse files
authored
Reset Password Bundle -> ResetPasswordBundle
1 parent 78fd2ef commit d7f9fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ intended the bundle to be used.
3535
If you used our Symfony Maker command `bin/console make:reset-password` after
3636
installation, your app is ready to go. Go to `https://your-apps-domain/reset-password`,
3737
fill out the form, click on the link sent to your email, and change your password.
38-
That's it! The Reset Password Bundle takes care of the rest.
38+
That's it! The ResetPasswordBundle takes care of the rest.
3939

4040
The above assumes you have already setup
4141
[authentication](https://symfony.com/doc/current/security.html) with a
@@ -61,7 +61,7 @@ symfonycasts_reset_password:
6161

6262
_Required_
6363

64-
The complete namespace of the repository for the ResetPasswordRequest entity. If
64+
The complete namespace of the repository for the `ResetPasswordRequest` entity. If
6565
you used `make:reset-password`, this will be `App\Repository\ResetPasswordRequestRepository`.
6666

6767
#### `lifetime`

0 commit comments

Comments
 (0)