Skip to content

Commit

Permalink
Fixed a typo in the confirmation docs (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoripa authored Dec 26, 2024
1 parent 6ef66c9 commit 18be873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/tutorials/confirmation.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Next we will have to generate and run migrations to add confirmed_at column to u
mix ash.codegen account_confirmation
```

To make this work we need to create a new module `MyApp.Accounts.User.Senders.SendPasswordResetEmail`:
To make this work we need to create a new module `MyApp.Accounts.User.Senders.SendNewUserConfirmationEmail`:

```elixir
defmodule MyApp.Accounts.User.Senders.SendNewUserConfirmationEmail do
Expand Down

0 comments on commit 18be873

Please sign in to comment.