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

fix typo #907

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion model/Core/Classes/ElementCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An ElementCollection is a collection of Elements, not necessarily with unifying
context.

Note that all ElementCollections must conform to the core profile even if the
core profile is no specified in the profileConformance property.
core profile is not specified in the profileConformance property.

If the profileConformance property is not provided, core is to be assumed as
the default.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements must be observed:

- Elements linked with a VulnVexFixedAssessmentRelationship are constrained to
using the fixedIn relationship type.
- The from: end of the relationship must ve a /Security/Vulnerability classed
- The from: end of the relationship must be a /Security/Vulnerability classed
element.

*Example*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the following requirements must be observed:

- Elements linked with a VexUnderInvestigationVulnAssessmentRelationship are
constrained to using the underInvestigationFor relationship type.
- The from: end of the relationship must ve a /Security/Vulnerability classed
- The from: end of the relationship must be a /Security/Vulnerability classed
element.

*Example*
Expand Down