Skip to content

Commit

Permalink
typo: cognitiveservices/data-plane/QnAMaker (#4653)
Browse files Browse the repository at this point in the history
- knowlegebases -> knowledgebases
  • Loading branch information
nschonni authored and hovsepm committed Dec 3, 2018
1 parent 999c9d3 commit ab8272e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
],
"responses": {
"200": {
"description": "Collection of knowlegebases.",
"description": "Collection of knowledgebases.",
"schema": {
"$ref": "#/definitions/KnowledgebasesDTO"
},
Expand Down Expand Up @@ -663,7 +663,7 @@
},
"add": {
"type": "array",
"description": "List of Metadat associated with answer to be added",
"description": "List of metadata associated with answer to be added",
"maxLength": 100,
"items": {
"$ref": "#/definitions/MetadataDTO"
Expand Down

0 comments on commit ab8272e

Please sign in to comment.