File: content/manuals/build/metadata/attestations/slsa-provenance.md
Issue
Line 63 contains a grammar error with incorrect subject-verb agreement and missing preposition:
Values of build arguments, the identities of secrets, and rich layer metadata is
not included mode=min.
This should be "are not included in mode=min" (plural verb "are" to match the plural subjects, and preposition "in" before the mode reference).
Why this matters
This grammar error disrupts readability in a critical section explaining what information is excluded from min-mode provenance attestations. The incorrect verb agreement and missing preposition make the sentence harder to parse.
Suggested fix
Change line 63 from:
Values of build arguments, the identities of secrets, and rich layer metadata is
not included `mode=min`.
To:
Values of build arguments, the identities of secrets, and rich layer metadata are
not included in `mode=min`.
Found by nightly documentation quality scanner
File:
content/manuals/build/metadata/attestations/slsa-provenance.mdIssue
Line 63 contains a grammar error with incorrect subject-verb agreement and missing preposition:
This should be "are not included in
mode=min" (plural verb "are" to match the plural subjects, and preposition "in" before the mode reference).Why this matters
This grammar error disrupts readability in a critical section explaining what information is excluded from min-mode provenance attestations. The incorrect verb agreement and missing preposition make the sentence harder to parse.
Suggested fix
Change line 63 from:
To:
Found by nightly documentation quality scanner