From 6df7914e2663202e906ff27c531d81e2a17a106f Mon Sep 17 00:00:00 2001 From: besawn <38794505+besawn@users.noreply.github.com> Date: Wed, 9 Feb 2022 11:41:28 -0500 Subject: [PATCH] Spelling fixes in advanced/chain docs --- docs/source/advanced/chain/create_image_for_runimage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advanced/chain/create_image_for_runimage.rst b/docs/source/advanced/chain/create_image_for_runimage.rst index a8d68339b..7dc14dca7 100644 --- a/docs/source/advanced/chain/create_image_for_runimage.rst +++ b/docs/source/advanced/chain/create_image_for_runimage.rst @@ -20,7 +20,7 @@ How to prepare a image for ``runimage`` in ``chain`` mkdir -p /install/my_image - * Go to the direcotry and copy the rpm file into it: :: + * Go to the directory and copy the rpm file into it: :: cd /install/my_image cp /tmp/a.rpm /install/my_image