Skip to content

Commit 2a9c59b

Browse files
committed
docs: Responsibilities - validators
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 378f077 commit 2a9c59b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ written in _TypeScript_ and compiled for the target.
1919
* Provide a general purpose _JavaScript_-implementation of [_CycloneDX_][link_website] for _Node.js_ and _WebBrowsers_.
2020
* Provide typing for said implementation, so developers and dev-tools can rely on it.
2121
* Provide data models to work with _CycloneDX_.
22-
* Provide a JSON- and an XML-normalizer, that...
22+
* Provide JSON- and XML-normalizers, that...
2323
* supports all shipped data models.
2424
* respects any injected [_CycloneDX_ Specification][CycloneDX-spec] and generates valid output according to it.
2525
* can be configured to generate reproducible/deterministic output.
@@ -30,7 +30,7 @@ written in _TypeScript_ and compiled for the target.
3030
* Support the downstream implementation of custom XML-serializers tailored to specific environments
3131
by providing an abstract base class that takes care of normalization and BomRef-discrimination.
3232
This is done, because there is no universal XML support in _JavaScript_.
33-
* Validation according to [_CycloneDX_ Specification][CycloneDX-spec]. (currently for _Node.js_ only)
33+
* Provide formal JSON- and XML-validators according to [_CycloneDX_ Specification][CycloneDX-spec]. (currently for _Node.js_ only)
3434

3535
## Capabilities
3636

0 commit comments

Comments
 (0)