Skip to content

Commit ebc87ac

Browse files
committed
fix(casing): use official casing for OpenAPI
1 parent 9554a51 commit ebc87ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/lang/codelab/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ Stderr:
474474
Schema check is failed to check condition: regex.match(image, "^[a-zA-Z]+:\d+\.\d+\.\d+$"), "image name should be like 'nginx:1.14.2'"
475475
```
476476

477-
> The verification capability of KCL covers the verification defined by Openapi so that we can write any API verifications through KCL.
477+
> The verification capability of KCL covers the verification defined by OpenAPI so that we can write any API verifications through KCL.
478478
479479
## 9. Create New Schema via Schema Inheritance
480480

0 commit comments

Comments
 (0)