From 64562e7371ce54c80793664d784f68f5354ee880 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 30 Apr 2019 12:02:54 -0400 Subject: [PATCH] typo: cognitiveservices/data-plane/LUIS/Runtime (#5798) - analaysis -> analysis - perdicted -> predicted --- .../data-plane/LUIS/Runtime/preview/v3.0/LUIS-Runtime.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/cognitiveservices/data-plane/LUIS/Runtime/preview/v3.0/LUIS-Runtime.json b/specification/cognitiveservices/data-plane/LUIS/Runtime/preview/v3.0/LUIS-Runtime.json index 7b4aff08332b..b07aba612885 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Runtime/preview/v3.0/LUIS-Runtime.json +++ b/specification/cognitiveservices/data-plane/LUIS/Runtime/preview/v3.0/LUIS-Runtime.json @@ -336,7 +336,7 @@ }, "Sentiment": { "type": "object", - "description": "The result of the sentiment analaysis.", + "description": "The result of the sentiment analysis.", "required": [ "score" ], @@ -353,7 +353,7 @@ }, "ExternalEntity": { "type": "object", - "description": "Defines a user perdicted entity that extends an already existing one.", + "description": "Defines a user predicted entity that extends an already existing one.", "required": [ "entityName", "startIndex",