From 1062c519b8ad52c4401a16a21883fe42df5312d6 Mon Sep 17 00:00:00 2001 From: Hiranyey Gajbhiye Date: Sat, 31 May 2025 12:07:29 +0530 Subject: [PATCH] Update concepts-k8s.md Fixed spelling mistake if it was unintentional --- slides/k8s/concepts-k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/concepts-k8s.md b/slides/k8s/concepts-k8s.md index 0d69318e..93a63a0b 100644 --- a/slides/k8s/concepts-k8s.md +++ b/slides/k8s/concepts-k8s.md @@ -406,7 +406,7 @@ class: pic - all the NGINX containers would be on the same node - they would all have the same IP address -
(resulting in `Address alreading in use` errors) +
(resulting in `Address already in use` errors) ---