We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1ebfb commit ded2077Copy full SHA for ded2077
1 file changed
lib/phoenix_live_view/socket.ex
@@ -55,7 +55,7 @@ defmodule Phoenix.LiveView.Socket do
55
socket "/live", Phoenix.LiveView.Socket,
56
websocket: [connect_info: [session: @session_options]]
57
58
- 4) You should define the CSRF meta tag inside the in <head> in your layout:
+ 4) You should define the CSRF meta tag inside the `<head>` tag in your layout:
59
60
<%= csrf_meta_tag() %>
61
0 commit comments