Skip to content

Commit 3d7d123

Browse files
committed
acrolinx pass
1 parent be90751 commit 3d7d123

File tree

1 file changed

+3
-3
lines changed
  • articles/ai-services/language-service/summarization/includes/quickstarts

1 file changed

+3
-3
lines changed

articles/ai-services/language-service/summarization/includes/quickstarts/nodejs-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: devx-track-js
1010

1111
[Reference documentation](/javascript/api/overview/azure/ai-language-text-readme?view=azure-node-latest&preserve-view=true) | [Additional samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/samples) | [Package (npm)](https://www.npmjs.com/package/@azure/ai-text-analytics/v/5.2.0-beta.1) | [Library source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics)
1212

13-
Use this quickstart to create a text summarization application with the client library for Node.js. In the following example, you'll create a JavaScript application that can summarize documents.
13+
Use this quickstart to create a text summarization application with the client library for Node.js. In the following example, you create a JavaScript application that can summarize documents.
1414

1515
[!INCLUDE [Use Language Studio](../use-language-studio.md)]
1616

@@ -19,9 +19,9 @@ Use this quickstart to create a text summarization application with the client l
1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2020
* [Node.js](https://nodejs.org/) v16 LTS
2121
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
22-
* You'll need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
22+
* You need the key and endpoint from the resource you create to connect your application to the API. You paste your key and endpoint into the code below later in the quickstart.
2323
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
24-
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.
24+
* To use the Analyze feature, you need a Language resource with the standard (S) pricing tier.
2525

2626

2727

0 commit comments

Comments
 (0)