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**