Skip to content

Commit

Permalink
Fix copy & paste naming mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-klasson committed Jul 14, 2024
1 parent 9b8faf5 commit bcf7b1d
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 @@ -125,7 +125,7 @@ end
Next, let's define our new sender:

```elixir
defmodule MyApp.NewUserConfirmationSender do
defmodule MyApp.EmailChangeConfirmationSender do
use AshAuthentication.Sender
import Swoosh.Email

Expand Down

0 comments on commit bcf7b1d

Please sign in to comment.