Skip to content

Commit

Permalink
Update comment in socket.ex (#5747)
Browse files Browse the repository at this point in the history
Incorrect use of possessive as plural.
  • Loading branch information
thoughtarray committed Mar 10, 2024
1 parent 6a8d8c2 commit 5adf585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/phx.gen.socket/socket.ex
Expand Up @@ -42,7 +42,7 @@ defmodule <%= module %>Socket do
{:ok, socket}
end

# Socket id's are topics that allow you to identify all sockets for a given user:
# Socket IDs are topics that allow you to identify all sockets for a given user:
#
# def id(socket), do: "user_socket:#{socket.assigns.user_id}"
#
Expand Down

0 comments on commit 5adf585

Please sign in to comment.