From 70fc603eb8c67672845abb92690e08a4dc53f2cf Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 21 Apr 2023 16:04:22 -0500 Subject: [PATCH] docs: correct typo --- src/docs/version_002/introduction/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/version_002/introduction/example.md b/src/docs/version_002/introduction/example.md index 252b145..d69d841 100644 --- a/src/docs/version_002/introduction/example.md +++ b/src/docs/version_002/introduction/example.md @@ -1,6 +1,6 @@ # Base URL -The base url for the Onspring API will be the same for all instances regardless of whether the instances is a development, test, or production instance. The routing of the request to the correct instance be based on the [API key](#authentication) provided in the request. +The base url for the Onspring API will be the same for all instances regardless of whether the instances is a development, test, or production instance. The routing of the request to the correct instance will be based on the [API key](#authentication) provided in the request. {% code heading="BASE URL" defaultLanguage="text" %}