diff --git a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json index ee20fc284610..4ba876584a09 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json +++ b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json @@ -792,7 +792,7 @@ }, "/apps/{appId}/versions/{versionId}/entities": { "post": { - "description": "Adds an entity extractor to the application.", + "description": "Adds a simple entity extractor to the application.", "operationId": "Model_AddEntity", "parameters": [ { @@ -808,7 +808,7 @@ "schema": { "$ref": "#/definitions/ModelCreateObject" }, - "description": "A model object containing the name for the new entity extractor." + "description": "A model object containing the name for the new simple entity extractor." } ], "consumes": [