From 2d80e04e64e8b389c3a3bb141ad60bc73e6662cf Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Wed, 24 Mar 2021 20:53:44 +0100 Subject: [PATCH] docs: fix typo "templates" Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- docs/build-flavours/build-flavours.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-flavours/build-flavours.rst b/docs/build-flavours/build-flavours.rst index d7ceac70..181fafcf 100644 --- a/docs/build-flavours/build-flavours.rst +++ b/docs/build-flavours/build-flavours.rst @@ -8,7 +8,7 @@ Overview of Build Flavours OpenHarmony can be hosted on top of variety of kernels. Currently supported kernels are Linux, Zephyr and FreeRTOS (experimental). The build system requires build configuration that is specific to each kernel and OpenHarmony -provides all this configuration as build tamplates. See `Yocto documentation <https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#creating-a-custom-template-configuration-directory>`_ +provides all this configuration as build templates. See `Yocto documentation <https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#creating-a-custom-template-configuration-directory>`_ for more info about the underlying mechanism. In essence, a flavour is a build configuration that was used at build -- GitLab