From e5403eac0ed15217826c1296272f0fe2d216745e Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Wed, 24 Mar 2021 20:55:02 +0100 Subject: [PATCH] docs: fix typo "using" Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- docs/hardware-support/virtual-boards/qemuarm.rst | 2 +- docs/hardware-support/virtual-boards/qemuarm64.rst | 2 +- docs/hardware-support/virtual-boards/qemux86-64.rst | 2 +- docs/hardware-support/virtual-boards/qemux86.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hardware-support/virtual-boards/qemuarm.rst b/docs/hardware-support/virtual-boards/qemuarm.rst index faa2b5e8..712a04d7 100644 --- a/docs/hardware-support/virtual-boards/qemuarm.rst +++ b/docs/hardware-support/virtual-boards/qemuarm.rst @@ -56,7 +56,7 @@ Build steps $ MACHINE=qemuarm bitbake openharmony-image-base -Once the image is done, you can run the Qemu usin the provided script wrapper: +Once the image is done, you can run the Qemu using the provided script wrapper: .. code-block:: console diff --git a/docs/hardware-support/virtual-boards/qemuarm64.rst b/docs/hardware-support/virtual-boards/qemuarm64.rst index ba1f7e41..d5fc66ce 100644 --- a/docs/hardware-support/virtual-boards/qemuarm64.rst +++ b/docs/hardware-support/virtual-boards/qemuarm64.rst @@ -56,7 +56,7 @@ Build steps $ MACHINE=qemuarm64 bitbake openharmony-image-base -Once the image is done, you can run the Qemu usin the provided script wrapper: +Once the image is done, you can run the Qemu using the provided script wrapper: .. code-block:: console diff --git a/docs/hardware-support/virtual-boards/qemux86-64.rst b/docs/hardware-support/virtual-boards/qemux86-64.rst index bf7fd0e9..1ab389f7 100644 --- a/docs/hardware-support/virtual-boards/qemux86-64.rst +++ b/docs/hardware-support/virtual-boards/qemux86-64.rst @@ -56,7 +56,7 @@ Build steps $ MACHINE=qemux86-64 bitbake openharmony-image-base -Once the image is done, you can run the Qemu usin the provided script wrapper: +Once the image is done, you can run the Qemu using the provided script wrapper: .. code-block:: console diff --git a/docs/hardware-support/virtual-boards/qemux86.rst b/docs/hardware-support/virtual-boards/qemux86.rst index acd7fd41..fd872579 100644 --- a/docs/hardware-support/virtual-boards/qemux86.rst +++ b/docs/hardware-support/virtual-boards/qemux86.rst @@ -56,7 +56,7 @@ Build steps $ MACHINE=qemux86 bitbake openharmony-image-base -Once the image is done, you can run the Qemu usin the provided script wrapper: +Once the image is done, you can run the Qemu using the provided script wrapper: .. code-block:: console -- GitLab