From 79b41e2e79208a4fd4f400559808463eb0264b4b Mon Sep 17 00:00:00 2001 From: wistrum <62988203+wistrum@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:31:21 +0500 Subject: [PATCH] Update api-host-and-base-path.md Fixed grammatical mistake --- src/content/docs/specification/v3_0/api-host-and-base-path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/specification/v3_0/api-host-and-base-path.md b/src/content/docs/specification/v3_0/api-host-and-base-path.md index e99cf681..84a7e704 100644 --- a/src/content/docs/specification/v3_0/api-host-and-base-path.md +++ b/src/content/docs/specification/v3_0/api-host-and-base-path.md @@ -17,7 +17,7 @@ server URL endpoint query parameters path ``` -In OpenAPI 3.0, you use the `servers` array to specify one or more base URLs for your API. `servers` replaces the `host`, `basePath` and `schemes` keywords used in OpenAPI 2.0. Each server has an `url` and an optional Markdown-formatted `description`. +In OpenAPI 3.0, you use the `servers` array to specify one or more base URLs for your API. `servers` replaces the `host`, `basePath` and `schemes` keywords used in OpenAPI 2.0. Each server has a `url` and an optional Markdown-formatted `description`. ```yaml servers: