Skip to content

Commit c7ec5f9

Browse files
committed
no more Open API its OpenAPI
1 parent 93e2f3d commit c7ec5f9

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@ coverage/
2828

2929
.turbo/
3030

31-
# build cache
32-
.cache/
33-
3431
# check errors
3532
.lint-check-errors.md

src/content/tools/fitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Fitting
3-
description: Library add improve test log for RSpec and WebMock, validate its according to API Blueprint and Open API, show the documentation coverage with log.
3+
description: Library add improve test log for RSpec and WebMock, validate it according to API Blueprint and OpenAPI, show the documentation coverage with log.
44
categories:
55
- testing
66
- data-validators

src/content/tools/typeconv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: typeconv
33
description: |-
44
typeconv is an extremely fast silver bullet type conversion utility.
55
It converts between any of its supported types, bidirectionally.
6-
typeconv lets you convert between type systems which have core-types converters, such as JSON Schema, TypeScript, GraphQL, Open API and SureType. This package can be used as an API programatically or as an application (installed in node_modules/.bin or by using e.g. npx).
6+
typeconv lets you convert between type systems which have core-types converters, such as JSON Schema, TypeScript, GraphQL, OpenAPI and SureType. This package can be used as an API programatically or as an application (installed in node_modules/.bin or by using e.g. npx).
77
categories:
88
- converters
99
link: https://github.com/grantila/typeconv/

0 commit comments

Comments
 (0)