Skip to content

Commit c681afc

Browse files
authored
M46979 - Fixing Typo
Translator has reported possible source content issue. Description: The word "Publish" in line 186 should be changed for "Delete"
1 parent 4fb77cf commit c681afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/LUIS/includes/sdk-nodejs-authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Publish the LUIS app using the [app.publish](https://docs.microsoft.com/javascri
183183

184184
## Delete a Language Understanding app
185185

186-
Publish the LUIS app using the [app.deleteMethod](https://docs.microsoft.com/javascript/api/@azure/cognitiveservices-luis-authoring/apps?view=azure-node-latest#deletemethod-string--models-appsdeletemethodoptionalparams-) method. This deletes the current app.
186+
Delete the LUIS app using the [app.deleteMethod](https://docs.microsoft.com/javascript/api/@azure/cognitiveservices-luis-authoring/apps?view=azure-node-latest#deletemethod-string--models-appsdeletemethodoptionalparams-) method. This deletes the current app.
187187

188188
[!code-javascript[Publish LUIS client app](~/cognitive-services-quickstart-code/javascript/LUIS/luis_authoring_quickstart.js?name=AuthoringDeleteApp&highlight=2)]
189189

0 commit comments

Comments
 (0)