Skip to content

Commit

Permalink
chore: rename OpenApi to OpenAPI in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-fricke committed Oct 23, 2023
1 parent 0bf3d04 commit fa52160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0",
"license": "MIT",
"author": "Christoph Fricke <christoph@frickeonline.de>",
"description": "Tiny, type-safe wrapper around MSW wrapper for type inference from OpenApi schemas.",
"description": "Tiny, type-safe wrapper around MSW wrapper for type inference from OpenAPI schemas.",
"repository": "github:christoph-fricke/openapi-msw",
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion src/type-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { http } from "msw";
/** Base type that any api spec should extend. */
export type AnyApiSpec = NonNullable<unknown>;

/** Intersection of HTTP methods that are supported by both OpenApi-TS and MSW. */
/** Intersection of HTTP methods that are supported by both OpenAPI-TS and MSW. */
export type HttpMethod =
| "get"
| "put"
Expand Down

0 comments on commit fa52160

Please sign in to comment.