Skip to content

Commit

Permalink
docs: spellcheck
Browse files Browse the repository at this point in the history
Some spelling fixes with the help of some tooling:

    git ls-files -- :\*.md :\!CHANGELOG.md |
	xargs go run github.com/golangci/misspell/cmd/misspell@latest\
	-locale US -source text -w

Signed-off-by: Hank Donnay <[email protected]>
  • Loading branch information
hdonnay committed Jul 8, 2024
1 parent 331df64 commit 7551208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/indexer_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stateDiagram-v2
%% note right of FetchLayers: Determine which layers need to be indexed and fetch them.
%% note right of ScanLayers: Concurrently run needed Indexers on layers.
%% note right of Coalesce: Compute the final contents of the container image.
%% note right of IndexManifest: Associate all the discoved data.
%% note right of IndexManifest: Associate all the discovered data.
%% note right of IndexFinished: Persist the results.
```

Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/matcher_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ graph TD
subgraph Matcher
dbv[Check versions in-database]
ma[Filter interested packages]
adv[Retrive vulnerabilty information]
adv[Retrieve vulnerability information]
mv[Deicide vulnerability]
ma --> adv --> mv
adv -.-> dbv -.-> mv
Expand Down

0 comments on commit 7551208

Please sign in to comment.