Skip to content

Commit

Permalink
chore(openapi): fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tullis committed Aug 23, 2023
1 parent a5493b3 commit 06ddafa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/prepareOas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,22 +207,22 @@ export default async function prepareOas(
switch (command) {
case 'openapi':
warn(
"You're attempting to upload a Postman collection. This feature is currently experimental. For more information visit our docs here: https://docs.readme.com/main/docs/openapi#the-api-reference"
'You are attempting to upload a Postman collection. This feature is currently experimental. For more information, visit our docs here: https://docs.readme.com/main/docs/openapi#the-api-reference'
);
break;
case 'openapi:validate':
warn(
"You're attempting to validate a Postman collection. This feature is currently experimental. For more information visit our docs here: https://docs.readme.com/main/docs/openapi#the-api-reference"
'You are attempting to validate a Postman collection. This feature is currently experimental. For more information, visit our docs here: https://docs.readme.com/main/docs/openapi#the-api-reference'
);
break;
case 'openapi:inspect':
warn(
"You're inspecting a Postman collection. This feature is currently experimental. For more information visit our docs here: https://docs.readme.com/main/docs/openapi#the-api-reference"
'You are inspecting a Postman collection. This feature is currently experimental. For more information, visit our docs here: https://docs.readme.com/main/docs/openapi#the-api-reference'
);
break;
case 'openapi:convert':
warn(
"You're attempting to convert a Postman collection to an OpenAPI file. This feature is currently experimental. For more information visit our docs here: https://docs.readme.com/main/docs/openapi#the-api-reference"
'You are attempting to convert a Postman collection to an OpenAPI file. This feature is currently experimental. For more information, visit our docs here: https://docs.readme.com/main/docs/openapi#the-api-reference'
);
break;
default:
Expand Down

0 comments on commit 06ddafa

Please sign in to comment.