| Message ID | 9c30130c-e27a-b6b5-2b40-f4de9cbd0723@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | overview-manual: use correct spelling "counterpart" | expand |
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 76ace6fcf..1afd5641d 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst @@ -1117,7 +1117,7 @@ host part is the part of the SDK that runs on the :term:`SDKMACHINE`. The :ref:`ref-tasks-populate_sdk_ext` task helps create the extensible SDK and -handles host and target parts differently than its counter part does for +handles host and target parts differently than its counterpart does for the standard SDK. For the extensible SDK, the task encapsulates the build system, which includes everything needed (host and target) for the SDK.
"counterpart" is one word, not two -- this is the only example in all the docs that needed fixing. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---