diff --git a/lib/mix/tasks/phx.gen.socket.ex b/lib/mix/tasks/phx.gen.socket.ex index 6aaca6d995..499b6389d2 100644 --- a/lib/mix/tasks/phx.gen.socket.ex +++ b/lib/mix/tasks/phx.gen.socket.ex @@ -6,7 +6,7 @@ defmodule Mix.Tasks.Phx.Gen.Socket do $ mix phx.gen.socket User - Accepts the module name for the socket + Accepts the module name for the socket. The generated files will contain: @@ -18,9 +18,9 @@ defmodule Mix.Tasks.Phx.Gen.Socket do For an umbrella application: * a client in `apps/my_app_web/assets/js` - * a socket in `apps/my_app_web/lib/app_name_web/channels` + * a socket in `apps/my_app_web/lib/my_app_web/channels` - You can then generated channels with `mix phx.gen.channel`. + You can then generate channels with `mix phx.gen.channel`. """ use Mix.Task