diff --git a/documentation/tutorials/getting-started-with-ash-authentication-phoenix.md b/documentation/tutorials/getting-started-with-ash-authentication-phoenix.md index 4ef018d..736ef7a 100644 --- a/documentation/tutorials/getting-started-with-ash-authentication-phoenix.md +++ b/documentation/tutorials/getting-started-with-ash-authentication-phoenix.md @@ -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. \ No newline at end of file +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.