You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/LUIS/includes/sdk-nodejs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ Publish the LUIS app using the [app.publish](/javascript/api/@azure/cognitiveser
222
222
223
223
## Authenticate the prediction runtime client
224
224
225
-
Use a msRest.ApiKeyCredentials object with your key, and use it with your endpoint to create an [LUIS.LUISRuntimeClient](/javascript/api/@azure/cognitiveservices-luis-runtime/luisruntimeclient) object.
225
+
Use an `msRest.ApiKeyCredentials` object with your key, and use it with your endpoint to create an [LUIS.LUISRuntimeClient](/javascript/api/@azure/cognitiveservices-luis-runtime/luisruntimeclient) object.
226
226
227
227
[!INCLUDE [Caution about using authoring key](caution-authoring-key.md)]
0 commit comments