From ce1c34f4f99bfbf197538bf7244c8f390133c8cd Mon Sep 17 00:00:00 2001 From: ClaytonBlossman <32281392+ClaytonBlossman@users.noreply.github.com> Date: Thu, 5 Nov 2020 20:35:55 -0500 Subject: [PATCH] Update 09-bootstrapping-kubernetes-workers.md Changed word "empthy" to "empty" under Disable Swap section. Unsure of author's intent. --- 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 289b9fa..ca96286 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