From 8f1d8311d3eb3a76664876212bde4d5b5b90212b Mon Sep 17 00:00:00 2001 From: bradengc-github <64162463+bradengc-github@users.noreply.github.com> Date: Thu, 28 May 2020 13:24:27 -0400 Subject: [PATCH] Remove duplicate words in global-json.md --- docs/core/tools/global-json.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/tools/global-json.md b/docs/core/tools/global-json.md index 94d75b7f1d84e..65898132678b8 100644 --- a/docs/core/tools/global-json.md +++ b/docs/core/tools/global-json.md @@ -119,7 +119,7 @@ The following example shows how to use the exact specified version: } ``` -The following example shows how to use the latest feature band and patch version installed of a specific major and minor version. The JSON shown disallows any SDK version earlier than 3.1.102 and allows 3.1.102 or any any later 3.1.xxx version, such as 3.1.103 or 3.1.200. +The following example shows how to use the latest feature band and patch version installed of a specific major and minor version. The JSON shown disallows any SDK version earlier than 3.1.102 and allows 3.1.102 or any later 3.1.xxx version, such as 3.1.103 or 3.1.200. ```json { @@ -130,7 +130,7 @@ The following example shows how to use the latest feature band and patch version } ``` -The following example shows how to use the highest patch version installed of a specific version. The JSON shown disallows any SDK version earlier than 3.1.102 and allows 3.1.102 or any any later 3.1.1xx version, such as 3.1.103 or 3.1.199. +The following example shows how to use the highest patch version installed of a specific version. The JSON shown disallows any SDK version earlier than 3.1.102 and allows 3.1.102 or any later 3.1.1xx version, such as 3.1.103 or 3.1.199. ```json {