We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679e631 commit bd2ebd5Copy full SHA for bd2ebd5
articles/cognitive-services/LUIS/includes/sdk-nodejs-prediction.md
@@ -32,9 +32,9 @@ Get your [runtime key](../luis-how-to-azure-subscription.md) by creating a LUIS
32
33
[!INCLUDE [Set up environment variables for prediction quickstart](sdk-prediction-environment-variables.md)]
34
35
-### Create a new javascript (Node.js) file
+### Create a new JavaScript (Node.js) file
36
37
-Create a new javascript file in your preferred editor or IDE, named `luis_prediction.js`.
+Create a new JavaScript file in your preferred editor or IDE, named `luis_prediction.js`.
38
39
### Install the NPM library for the LUIS runtime
40
0 commit comments