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.
2 parents 67419c6 + ab789f6 commit b7eb1d1Copy full SHA for b7eb1d1
articles/cognitive-services/text-analytics/includes/quickstarts/nodejs-sdk.md
@@ -101,7 +101,7 @@ Create variables for your resource's Azure endpoint and key.
101
102
```javascript
103
const key = '<paste-your-text-analytics-key-here>';
104
-const endpoint = `<paste-your-text-analytics-endpoint-here>`;
+const endpoint = '<paste-your-text-analytics-endpoint-here>';
105
```
106
107
## Object model
0 commit comments