Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typos #1139

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/modules/user-guide/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ its features.

== Main Concepts

Within SBOMer we can define a few concepts. It may be beneficioal to become familiar with them.
Within SBOMer we can define a few concepts. It may be beneficial to become familiar with them.

xref:generators/index.adoc[Generators]::
Generators are responsible for base manifest generations. These are mostly external tools that
are abstracted within SBOMer. We can influence the generation process by supplying parameters to
generators.

Adjusters::
Adjusters are repsponsible for taking the output of generators and
Adjusters are responsible for taking the output of generators and
ensuring the format and the content of the manifest is consumable by SBOMer. Some features of adjusters
are exposed via configuration, but in most cases this is a technical implementation on the
SBOMer side. Not every generator needs an adjuster. In many cases the output of generator is taken as-is.
Expand Down
Loading