diff mbox series

[11/11] ref-manual: variables: add hyphen to "space separated" and "auto generated"

Message ID 20260508-misc-typo-20260508-v1-11-8fb61b5358cc@cherry.de
State New
Headers show
Series fix typos, grammar, consistency, missing word, and broken links | expand

Commit Message

Quentin Schulz May 8, 2026, 4:59 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

So we're consistent with the rest of the docs.

Fixes: c34bfa05cc10 ("ref-manual/variables.rst: document the SPDX_PACKAGE_URLS variable")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/ref-manual/variables.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index ac515939d..10572e7af 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -9667,10 +9667,10 @@  system and gives an overview of their function and contents.
       is an empty string.
 
    :term:`SPDX_PACKAGE_URLS`
-      A space separated list of Package URLs ("PURLs") for the software package.
+      A space-separated list of Package URLs ("PURLs") for the software package.
       The first item in this list will be listed as the ``packageUrl`` property
       of the packages, and all PURLs (including the first one) will be listed as
-      external references. The default value is an auto generated ``pkg:yocto``
+      external references. The default value is an auto-generated ``pkg:yocto``
       PURL based on the recipe name, version, and layer name. Override this
       variable to replace the default, otherwise append or prepend to add
       additional PURLs.