From 7ef054cf001ff1237bb41373807a42171c46491d Mon Sep 17 00:00:00 2001 From: DarkyZ aka NotAVirus Date: Tue, 3 Sep 2019 19:07:33 +0200 Subject: [PATCH] :recycle: Fix typo errors --- guides/introduction/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/introduction/getting-started.md b/guides/introduction/getting-started.md index f15d2f6..4e58edd 100644 --- a/guides/introduction/getting-started.md +++ b/guides/introduction/getting-started.md @@ -237,7 +237,7 @@ defmodule LoginServer.Auth.Actions do # Send the response to the client Client.send(client, render) - # We continue to receive packages from the client + # We continue to receive packets from the client {:cont, client} end @@ -295,7 +295,7 @@ SUCCESS 127.0.0.1:1234 # Client response ``` ``` -#Back to terminal 1, we also received several messages due to the application logs +# Back to terminal 1, we also received several messages due to the application logs XX:XX:XX.XX [info] Login server started on port 3000 XX:XX:XX.XX [info] New connection: 226167fe-493f-47ea-ae81-5f94e0e728ed XX:XX:XX.XX [info] New message from 226167fe-493f-47ea-ae81-5f94e0e728ed (len: 5)