Skip to content

Commit 4647138

Browse files
Minor grammar correction for ECMA-424 (#717)
Reviewed by Aki
2 parents 073f92f + fa01bac commit 4647138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.7.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@
10791079
"ancestors": {
10801080
"type": "array",
10811081
"title": "Ancestors",
1082-
"description": "Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains a ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from.",
1082+
"description": "Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains an ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from.",
10831083
"items": {"$ref": "#/definitions/component"}
10841084
},
10851085
"descendants": {

0 commit comments

Comments
 (0)