From dd6b0dab3b950d4db7dedcdb359fd5a72875a24e Mon Sep 17 00:00:00 2001 From: Sarangan Rajamanickam Date: Tue, 13 Feb 2018 11:08:46 -0800 Subject: [PATCH] Fix typo in enum modes in spell check json (#2488) --- .../data-plane/SpellCheck/stable/V1.0/SpellCheck.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/cognitiveservices/data-plane/SpellCheck/stable/V1.0/SpellCheck.json b/specification/cognitiveservices/data-plane/SpellCheck/stable/V1.0/SpellCheck.json index b3c7061240bd..7f8ccebabb97 100644 --- a/specification/cognitiveservices/data-plane/SpellCheck/stable/V1.0/SpellCheck.json +++ b/specification/cognitiveservices/data-plane/SpellCheck/stable/V1.0/SpellCheck.json @@ -191,8 +191,8 @@ "required": false, "type": "string", "enum": [ - "Proof", - "Spell" + "proof", + "spell" ], "x-ms-enum": { "name": "Mode",