From 56ad1d409f226b6c3a977e7eac03b4c8b63edb5c Mon Sep 17 00:00:00 2001 From: Simon Zengerling Date: Mon, 11 Oct 2021 21:31:02 +0200 Subject: [PATCH] fix typo in 09-bootstrapping-kubernetes-workers.md Just saw this during a run. Thanks for this great repo. empthy -> empty --- docs/09-bootstrapping-kubernetes-workers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/09-bootstrapping-kubernetes-workers.md b/docs/09-bootstrapping-kubernetes-workers.md index 9958f88..cd4d0ab 100644 --- a/docs/09-bootstrapping-kubernetes-workers.md +++ b/docs/09-bootstrapping-kubernetes-workers.md @@ -37,7 +37,7 @@ Verify if swap is enabled: sudo swapon --show ``` -If output is empthy then swap is not enabled. If swap is enabled run the following command to disable swap immediately: +If output is empty then swap is not enabled. If swap is enabled run the following command to disable swap immediately: ``` sudo swapoff -a