From 932e8a309a2efd050b0f5c6a2420da8116af9e31 Mon Sep 17 00:00:00 2001 From: Chris Couzens Date: Fri, 11 Dec 2020 16:53:49 +0000 Subject: [PATCH] Typo: Make Google possessive Thank you for this great tutorial series! I found a small typo where the IP address belongs to Google, so it should be google apostrophe s. --- chapter1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter1.md b/chapter1.md index 51eef26..e446d7b 100644 --- a/chapter1.md +++ b/chapter1.md @@ -112,7 +112,7 @@ There are a few things of note in the output above: the header tells us that there is one question and one answer record. * The question section shows us our question, with the `IN` indicating the class, and A telling us that we're performing a query for A records. - * The answer section contains the answer record, with googles IP. `204` is the + * The answer section contains the answer record, with google's IP. `204` is the TTL, IN is again the class, and A is the record type. Finally, we've got the google.com IP-address. * The final line tells us that the total packet size was 44 bytes.