Skip to content

Commit

Permalink
Fix query result in doc to verify_change_email_token_query.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShPakvel committed Oct 10, 2024
1 parent d00f197 commit 7477cc2
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 7477cc2

Please sign in to comment.