Skip to content

Commit 66ece7a

Browse files
authored
docs: Fix typos in in conda-forge.md and remove unused reference in README (#762)
- Fix few typos in conda-forge.md - Removed unused PEP-508 ref in README.md Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent e297759 commit 66ece7a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
OWASP [CycloneDX][link_website] is a full-stack Bill of Materials (BOM) standard
1818
that provides advanced supply chain capabilities for cyber risk reduction.
1919

20-
This Python package provides data models, validators and more,
20+
This Python package provides data models, validators and more,
2121
to help you create/render/read CycloneDX documents.
2222

2323
**This package is not designed for standalone use. It is a software library.**
2424

2525
As of version `3.0.0`, the internal data model was adjusted to allow CycloneDX VEX documents to be produced as per
2626
[official examples](https://cyclonedx.org/capabilities/bomlink/#linking-external-vex-to-bom-inventory) linking VEX to a separate CycloneDX document.
2727

28-
If you're looking for a CycloneDX tool to run to generate (SBOM) software bill-of-materials documents, why not checkout
28+
If you're looking for a CycloneDX tool to run to generate (SBOM) software bill-of-materials documents, why not checkout
2929
[CycloneDX Python][cyclonedx-python] or [Jake][jake].
3030

3131
## Documentation
@@ -81,5 +81,3 @@ See the [LICENSE][license_file] file for the full license.
8181
[link_slack]: https://cyclonedx.org/slack/invite
8282
[link_discussion]: https://groups.io/g/CycloneDX
8383
[link_twitter]: https://twitter.com/CycloneDX_Spec
84-
85-
[PEP-508]: https://www.python.org/dev/peps/pep-0508/

docs/processes/release/conda-forge.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
Releases of
44
[_CycloneDX-python-lib_ for Anaconda][CDXlib-conda-forge]
5-
are managed in a [seperate conda-forge feedstock-repository][CDXlib-conda-forge-feedstock-repo]
6-
as [anounced][first-conda-forge-release]
5+
are managed in a [separate conda-forge feedstock-repository][CDXlib-conda-forge-feedstock-repo]
6+
as [announced][first-conda-forge-release]
77
by [@bollwyvl].
88

99
## Current build status
1010

11-
<table><tr><td>All platforms:</td>
11+
<table>
12+
<tr>
13+
<td>All platforms:</td>
1214
<td>
1315
<a href="https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=14348&branchName=master">
1416
<img src="https://dev.azure.com/conda-forge/feedstock-builds/_apis/build/status/cyclonedx-python-lib-feedstock?branchName=master">
@@ -25,8 +27,8 @@ by [@bollwyvl].
2527

2628
## Licensing
2729

28-
The [_CycloneDX-python-lib_ conda-forge feedstock repository][CDXlib-conda-forge-feedstock-repo] is or may be licensed under a differrent form than the _CycloneDX-python-lib_ project itself.
29-
The License of _CycloneDX-python-lib_ stayes [as stated in it's repository][license_file].
30+
The [_CycloneDX-python-lib_ conda-forge feedstock repository][CDXlib-conda-forge-feedstock-repo] is or may be licensed under a different form than the _CycloneDX-python-lib_ project itself.
31+
The License of _CycloneDX-python-lib_ stays [as stated in it's repository][license_file].
3032

3133
[CDXlib-conda-forge]: https://anaconda.org/conda-forge/cyclonedx-python-lib
3234
[CDXlib-conda-forge-feedstock-repo]: https://github.com/conda-forge/cyclonedx-python-lib-feedstock

0 commit comments

Comments
 (0)