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 2102d06 commit b5c48a4Copy full SHA for b5c48a4
articles/cognitive-services/text-analytics/includes/quickstarts/nodejs-sdk.md
@@ -45,7 +45,7 @@ Create variables for your resource's Azure endpoint and subscription key.
45
46
```javascript
47
const subscription_key = '<paste-your-text-analytics-key-here>';
48
-const endpoint = `<paste-your-text-analytics-endpoint-here>`;
+const endpoint = '<paste-your-text-analytics-endpoint-here>';
49
```
50
51
### Install the client library
0 commit comments