Skip to content

Commit b7eb1d1

Browse files
authored
Merge pull request #112331 from aahill/patch-29
Updating string chars
2 parents 67419c6 + ab789f6 commit b7eb1d1

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/text-analytics/includes/quickstarts

1 file changed

+1
-1
lines changed

articles/cognitive-services/text-analytics/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Create variables for your resource's Azure endpoint and key.
101101

102102
```javascript
103103
const key = '<paste-your-text-analytics-key-here>';
104-
const endpoint = `<paste-your-text-analytics-endpoint-here>`;
104+
const endpoint = '<paste-your-text-analytics-endpoint-here>';
105105
```
106106

107107
## Object model

0 commit comments

Comments
 (0)