Skip to content

Commit b5c48a4

Browse files
committed
fixing single comment
1 parent 2102d06 commit b5c48a4

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
@@ -45,7 +45,7 @@ Create variables for your resource's Azure endpoint and subscription key.
4545

4646
```javascript
4747
const subscription_key = '<paste-your-text-analytics-key-here>';
48-
const endpoint = `<paste-your-text-analytics-endpoint-here>`;
48+
const endpoint = '<paste-your-text-analytics-endpoint-here>';
4949
```
5050

5151
### Install the client library

0 commit comments

Comments
 (0)