From 7437ce8442965ce545ee75a36aa409eae037dfb2 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 12 Jun 2019 17:28:17 +0100 Subject: [PATCH] docs: Fix typo Correct a spelling mistake. Fixes: #309. Signed-off-by: James O. D. Hunt --- tests/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index bb82e3f94..068ef8301 100644 --- a/tests/README.md +++ b/tests/README.md @@ -3,9 +3,9 @@ ## Run the osbuilder tests -osbuilder provides a test script that creates all images and initrds for all -supported distributions and then tests them to ensure a Kata Container can -be created with each. +osbuilder provides a test script that creates all rootfs disk images and +initrd images for all supported distributions and then tests them to ensure a +Kata Container can be created with each. Before the build phase, the test script installs the Docker container manager and all the Kata components required to run test containers. This step can be