From bdb0f6b471f7aca7f761f9ac090550dcedacba75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 5 Apr 2022 19:41:21 +0200 Subject: [PATCH] how-to,ccv0: Reword the full build sentence MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's reword the sentence so it's easier for someone who's not a native nor familiar with the project to understand. Signed-off-by: Fabiano FidĂȘncio --- docs/how-to/how-to-build-and-test-ccv0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-build-and-test-ccv0.md b/docs/how-to/how-to-build-and-test-ccv0.md index 864fa9f988..fc06b4b14f 100644 --- a/docs/how-to/how-to-build-and-test-ccv0.md +++ b/docs/how-to/how-to-build-and-test-ccv0.md @@ -58,7 +58,7 @@ $ chmod u+x ccv0.sh ### Using `crictl` for end-to-end provisioning of a Kata confidential containers pod with an unencrypted image -- Run the full build process with Kubernetes off, so it's configure doesn't interfere with `crictl` using: +- Run the full build process with Kubernetes turned off, so its configuration doesn't interfere with `crictl` using: ```bash $ export KUBERNETES="no" $ export KATA_HYPERVISOR="qemu"