Skip to content

Commit ded2077

Browse files
committed
minor doc improvement
1 parent ec1ebfb commit ded2077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/phoenix_live_view/socket.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ defmodule Phoenix.LiveView.Socket do
5555
socket "/live", Phoenix.LiveView.Socket,
5656
websocket: [connect_info: [session: @session_options]]
5757
58-
4) You should define the CSRF meta tag inside the in <head> in your layout:
58+
4) You should define the CSRF meta tag inside the `<head>` tag in your layout:
5959
6060
<%= csrf_meta_tag() %>
6161

0 commit comments

Comments
 (0)