Skip to content

Commit

Permalink
Fix Endpoint.socket/3 docs reference to "Shared configurations" (phoe…
Browse files Browse the repository at this point in the history
…nixframework#3843)

It points to "Shared configurations" but the subtitle is actually "Common configurations"
  • Loading branch information
kelvinst authored May 13, 2020
1 parent 209b7bd commit be3b739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/phoenix/endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -688,12 +688,12 @@ defmodule Phoenix.Endpoint do
* `:websocket` - controls the websocket configuration.
Defaults to `true`. May be false or a keyword list
of options. See "Shared configuration" and
of options. See "Common configuration" and
"WebSocket configuration" for the whole list
* `:longpoll` - controls the longpoll configuration.
Defaults to `false`. May be true or a keyword list
of options. See "Shared configuration" and
of options. See "Common configuration" and
"Longpoll configuration" for the whole list
If your socket is implemented using `Phoenix.Socket`,
Expand Down

0 comments on commit be3b739

Please sign in to comment.