docs: Fix typo (#133)

This commit is contained in:
Dan 2023-02-21 09:31:32 +10:00 committed by GitHub
parent ee037c8229
commit aa556f25bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -526,7 +526,7 @@ end
# [...]
```
Do make this work we need to create a new module `Example.Accounts.User.Senders.SendPasswordResetEmail`:
To make this work we need to create a new module `Example.Accounts.User.Senders.SendPasswordResetEmail`:
**lib/example/accounts/user/senders/send_password_reset_email.ex**
@ -601,4 +601,4 @@ defmodule Example.Accounts.Emails do
end
```
Your new reset password functionality is active. Visit [`localhost:4000/sign-in`](http://localhost:4000/sign-in) with your browser and click on the `Forgot your password?` link to trigger the reset password workflow.
Your new reset password functionality is active. Visit [`localhost:4000/sign-in`](http://localhost:4000/sign-in) with your browser and click on the `Forgot your password?` link to trigger the reset password workflow.