From 06ddafae515803fec37ad8743f0f3286d7b7bda1 Mon Sep 17 00:00:00 2001 From: t-tullis <31026990+t-tullis@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:03:56 -0500 Subject: [PATCH] chore(openapi): fixed typos --- src/lib/prepareOas.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/prepareOas.ts b/src/lib/prepareOas.ts index a8aadf144..5c2f5931e 100644 --- a/src/lib/prepareOas.ts +++ b/src/lib/prepareOas.ts @@ -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: