diff mbox series

[09/11] ref-manual: fragments: fix style inconsistencies

Message ID 20260508-misc-typo-20260508-v1-9-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>

Remove spurious whitespace before end-of-sentence dot.

Align conjugation at the start of each item in the list.

Fixes: 51162cd20d7a ("ref-manual: document the sbom-cve-check class, fragment, and variables")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/ref-manual/fragments.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/fragments.rst b/documentation/ref-manual/fragments.rst
index 8da14a038..3cd9af168 100644
--- a/documentation/ref-manual/fragments.rst
+++ b/documentation/ref-manual/fragments.rst
@@ -210,18 +210,18 @@  on the serial console and over SSH.
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The ``core/yocto/sbom-cve-check`` :term:`configuration fragment` can be used
-to set up the build to use the :ref:`ref-classes-sbom-cve-check` class .
+to set up the build to use the :ref:`ref-classes-sbom-cve-check` class.
 
 This configuration fragment does multiple things:
 
--  Add the :ref:`ref-classes-create-spdx` class to the list of globally
+-  Adds the :ref:`ref-classes-create-spdx` class to the list of globally
    inherited classes, as it depends on it.
 
 -  Sets the source revision (:term:`SRCREV`) of the input CVE databases to
    :term:`AUTOREV`, so these databases are automatically fetched and updated
    when starting a build.
 
--  Include the VEX statements to the input SPDX document using the
+-  Includes the VEX statements to the input SPDX document using the
    :term:`SPDX_INCLUDE_VEX` variable.
 
 Yocto Project Autobuilder Fragments