Skip to content

Commit 63bfb87

Browse files
authored
docs: fix typo (#318)
Signed-off-by: Roland Weber <[email protected]>
1 parent 007fb96 commit 63bfb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/architecture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library broadly is separated into three key functional areas:
1919

2020
1. **Parser**: Downstream tools may provide concrete implementation of the :py:mod:`cyclonedx.parser.BaseParser` which
2121
can easily help you build a Model from your project or ecosystem.
22-
For Python specific parser implementations see `cyclondex-python`_
22+
For Python specific parser implementations see `cyclonedx-python`_
2323
2. **Model**: Internal models used to unify data from different parsers
2424
3. **Output**: Choose and configure an output which allows you to define output format as well as the CycloneDX schema
2525
version
@@ -37,4 +37,4 @@ When wishing to generate a BOM, the process is as follows:
3737
schema-support
3838
outputting
3939

40-
.. _cyclondex-python: https://pypi.org/project/cyclonedx-bom/
40+
.. _cyclonedx-python: https://pypi.org/project/cyclonedx-bom/

0 commit comments

Comments
 (0)