diff mbox series

[07/11] ref-manual: classes: add missing "task" after create_recipe_sbom

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

create_recipe_sbom is a task and since we don't document it yet, it can
be quite confusing without explicitly saying it's a task (also the
wording is odd by prefixing the word with "the").

Specify create_recipe_sbom is a task.

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/classes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index e40032164..5c7605b86 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2725,7 +2725,7 @@  SPDX files are the input of this tool.
 
 This class can be inherited in any recipe. Compared to the
 :class:`ref-classes-sbom-cve-check` class, this class only uses the SBOM of the
-recipe (after the ``create_recipe_sbom`` is run) to determine which is the
+recipe (after the ``create_recipe_sbom`` task is run) to determine which is the
 underlying software and do the analysis, meaning that building the recipe itself
 isn't necessary.