diff --git a/docs/en/api-guides/build-system.rst b/docs/en/api-guides/build-system.rst index f403348cbaa..a28ad82fa88 100644 --- a/docs/en/api-guides/build-system.rst +++ b/docs/en/api-guides/build-system.rst @@ -527,8 +527,8 @@ Imagine there is a ``car`` component, which uses the ``engine`` component, which - engine.c - include/ - engine.h - spark_plug/ - CMakeLists.txt - - plug.c - - plug.h + - spark_plug.c + - spark_plug.h Car component ^^^^^^^^^^^^^