Skip to content

Commit

Permalink
fix: typo on gen.proxy_endpoint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Feb 6, 2025
1 parent 0f0817f commit 110ce7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/beacon.gen.proxy_endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule Mix.Tasks.Beacon.Gen.ProxyEndpoint do
By default, Beacon will generate a new value and update all existing config to match that value.
but in order to avoid connection errors for existing clients, it's recommened to copy the `signing_salt` from your app config and provide it here.
* `--session-key` (optional) - The value to use for key in the session config. Defaults to `"_your_app_name_key"`
* `--same-site` (optional) - Set the cookie session SameSite attributes. Defaults to "Lax"
* `--session-same-site` (optional) - Set the cookie session SameSite attributes. Defaults to "Lax"
"""

Expand Down

0 comments on commit 110ce7a

Please sign in to comment.