Skip to content

Commit

Permalink
docs: fix typos (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
thavlice authored Feb 17, 2025
1 parent 4cdec6e commit a41d484
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit a41d484

Please sign in to comment.