Fix licence spelling
This commit is contained in:
parent
47049920ca
commit
93e4c1d4d3
1 changed files with 3 additions and 3 deletions
|
@ -28,11 +28,11 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"examples": [">= 0.30.0", "1.12.0"]
|
"examples": [">= 0.30.0", "1.12.0"]
|
||||||
},
|
},
|
||||||
"licenses": {
|
"licences": {
|
||||||
"description": "The licenses which the project uses, in SPDX format",
|
"description": "The licences which the project uses, in SPDX format",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"description": "An SPDX license name",
|
"description": "An SPDX licence name",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"examples": ["Apache-2.0", "MIT"]
|
"examples": ["Apache-2.0", "MIT"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue