Skip to content

Commit

Permalink
typo: cognitiveservices/data-plane/LUIS/Runtime (#5798)
Browse files Browse the repository at this point in the history
- analaysis -> analysis
- perdicted -> predicted
  • Loading branch information
nschonni authored and fearthecowboy committed Apr 30, 2019
1 parent 41d3c10 commit 01aae4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
},
"Sentiment": {
"type": "object",
"description": "The result of the sentiment analaysis.",
"description": "The result of the sentiment analysis.",
"required": [
"score"
],
Expand All @@ -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",
Expand Down

0 comments on commit 01aae4d

Please sign in to comment.