Skip to content

Commit 031302b

Browse files
Fix wording of enable setting
Co-authored-by: Morgan Chang <shin19991207@gmail.com>
1 parent df5209f commit 031302b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
},
129129
"yaml.kubernetesCRDStore.enable": {
130130
"type": "boolean",
131-
"description": "Enable/disable attempting to validate custom Kuberbetes resources against schemas of well-known custom resource definitions (CRDs)",
131+
"description": "Enable/disable validation of Kubernetes custom resources using schemas from well-known Custom Resource Definitions (CRDs)",
132132
"default": true
133133
},
134134
"yaml.kubernetesCRDStore.url": {

0 commit comments

Comments
 (0)