Skip to content

Commit d8185fb

Browse files
committed
minor wording change
1 parent 7e08e92 commit d8185fb

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/java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The Text Analytics client is a `TextAnalyticsClient` object that authenticates t
9292

9393
## Authenticate the client
9494

95-
Create a method to instantiate the `TextAnalyticsClient` object with your `KEY` AND `ENDPOINT` created above.
95+
Create a method to instantiate the `TextAnalyticsClient` object with the key and endpoint for your Text Analytics resource.
9696

9797
```java
9898
static TextAnalyticsClient authenticateClient(String key, String endpoint) {

0 commit comments

Comments
 (0)