From 4108be147a5e4b7df6104c383439ea04e8d8610b Mon Sep 17 00:00:00 2001 From: Tony Dang Date: Mon, 20 Nov 2023 01:54:53 -0800 Subject: [PATCH] fix typo (#5637) --- guides/mix_tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/mix_tasks.md b/guides/mix_tasks.md index adfe02e52d..8c4e1fa911 100644 --- a/guides/mix_tasks.md +++ b/guides/mix_tasks.md @@ -309,7 +309,7 @@ in its default location. Do you want to create it? [Y/n] ``` -By pressing confirming, a channel will be created, then you need to connect the socket in your endpoint: +By confirming, a channel will be created, then you need to connect the socket in your endpoint: ```console Add the socket handler to your `lib/hello_web/endpoint.ex`, for example: