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 4bf624b commit c190a40Copy full SHA for c190a40
articles/cognitive-services/text-analytics/includes/quickstarts/nodejs-sdk.md
@@ -120,7 +120,7 @@ The response object is a list containing the analysis information for each docum
120
Create a new `TextAnalyticsClient` object with your key and endpoint as parameters.
121
122
```javascript
123
-const client = new TextAnalyticsClient(endpoint, new TextAnalyticsApiKeyCredential(key));
+const textAnalyticsClient = new TextAnalyticsClient(endpoint, new TextAnalyticsApiKeyCredential(key));
124
```
125
126
#### [Version 2.1](#tab/version-2)
0 commit comments