Skip to content

Commit

Permalink
docs: smol typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Oct 17, 2024
1 parent ba4370f commit 967a6d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/oas-to-har/src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export type AuthForHAR = Record<string, number | string | { pass?: string; user?
export { DataForHAR } from 'oas/types';

export interface oasToHarOptions {
/* the URL of a proxy to use. Requests will be preefixed with its value; for
/**
* The URL of a proxy to use. Requests will be prefixed with its value; for
* example if you use "https://try.readme.io", a request to
* "https://example.com/some/api" will be sent to
* "https://try.readme.io/https://example.com/some/api"
Expand Down

0 comments on commit 967a6d0

Please sign in to comment.