Skip to content

Commit

Permalink
fix: correct spelling (#705)
Browse files Browse the repository at this point in the history
docs: fix spelling

Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy authored Nov 9, 2023
1 parent 8704e3f commit f1a040d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/cdxgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ const args = yargs(hideBin(process.argv))
})
.option("filter", {
description:
"Filter components containining this word in purl. Multiple values allowed."
"Filter components containing this word in purl. Multiple values allowed."
})
.option("only", {
description:
"Include components only containining this word in purl. Useful to generate BOM with first party components alone. Multiple values allowed."
"Include components only containing this word in purl. Useful to generate BOM with first party components alone. Multiple values allowed."
})
.option("author", {
description:
Expand Down

0 comments on commit f1a040d

Please sign in to comment.