Skip to content

Commit

Permalink
Fix query result in doc to verify_change_email_token_query (#5950)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShPakvel authored Nov 9, 2024
1 parent 1dafeeb commit dad4527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/phx.gen.auth/schema_token.ex
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ defmodule <%= inspect schema.module %>Token do
@doc """
Checks if the token is valid and returns its underlying lookup query.
The query returns the <%= schema.singular %> found by the token, if any.
The query returns the <%= schema.singular %>_token found by the token, if any.
This is used to validate requests to change the <%= schema.singular %>
email. It is different from `verify_email_token_query/2` precisely because
Expand Down

0 comments on commit dad4527

Please sign in to comment.