Skip to content

Commit

Permalink
close back-tick (#5780)
Browse files Browse the repository at this point in the history
  • Loading branch information
aequanimitas committed Apr 12, 2024
1 parent bdc2d73 commit 113b635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix/token.ex
Expand Up @@ -45,7 +45,7 @@ defmodule Phoenix.Token do
The second argument is a [cryptographic salt](https://en.wikipedia.org/wiki/Salt_(cryptography))
which must be the same in both calls to `sign/4` and `verify/4`, or
both calls to `encrypt/4` and decrypt/4`. For instance, it may be
both calls to `encrypt/4` and `decrypt/4`. For instance, it may be
called "user auth" and treated as namespace when generating a token
that will be used to authenticate users on channels or on your APIs.
Expand Down

0 comments on commit 113b635

Please sign in to comment.