File: content/manuals/build/metadata/attestations/sbom.md
Issue
Line 207 contains a grammar error with duplicate verb:
BuildKit generates the SBOM using a scanner plugin. By default, it uses is the
BuildKit Syft scanner
plugin.
The phrase "it uses is the" should be "it uses the".
Why this matters
This grammar error disrupts readability and makes the documentation appear less professional. While readers can likely infer the intended meaning, it creates unnecessary friction.
Suggested fix
Change line 207 from:
BuildKit generates the SBOM using a scanner plugin. By default, it uses is the
To:
BuildKit generates the SBOM using a scanner plugin. By default, it uses the
Found by nightly documentation quality scanner
File:
content/manuals/build/metadata/attestations/sbom.mdIssue
Line 207 contains a grammar error with duplicate verb:
The phrase "it uses is the" should be "it uses the".
Why this matters
This grammar error disrupts readability and makes the documentation appear less professional. While readers can likely infer the intended meaning, it creates unnecessary friction.
Suggested fix
Change line 207 from:
To:
Found by nightly documentation quality scanner