Skip to content

Commit d2c161e

Browse files
authored
fix some nits as acrolinx suggests
1 parent 560688c commit d2c161e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/quickstart-javascript-provider.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: yanzh
1313
---
1414
# Quickstart: Create a JavaScript app with Azure App Configuration
1515

16-
In this quickstart, you will use Azure App Configuration to centralize storage and management of application settings using the [Azure App Configuration JavaScript provider client library](https://github.com/Azure/AppConfiguration-JavaScriptProvider).
16+
In this quickstart, you'll use Azure App Configuration to centralize storage and management of application settings using the [Azure App Configuration JavaScript provider client library](https://github.com/Azure/AppConfiguration-JavaScriptProvider).
1717

1818
App Configuration provider for JavaScript is built on top of the [Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration) and is designed to be easier to use with richer features.
1919
It enables access to key-values in App Configuration as a `Map` object.
@@ -137,7 +137,7 @@ In this tutorial, you'll create a Node.js console app and load data from your Ap
137137
export AZURE_APPCONFIG_CONNECTION_STRING='<app-configuration-store-connection-string>'
138138
```
139139

140-
1. Print out the value of the environment variable to validate that it is set properly with the command below.
140+
1. Print the value of the environment variable to validate that it's set properly with the command below.
141141

142142
### [Windows command prompt](#tab/windowscommandprompt)
143143

@@ -194,9 +194,9 @@ In this tutorial, you'll create a Node.js console app and load data from your Ap
194194
195195
## Next steps
196196
197-
In this quickstart, you created a new App Configuration store and learned how to access key-values using the App Configuration Javascript provider in a Node.js app.
197+
In this quickstart, you created a new App Configuration store and learned how to access key-values using the App Configuration JavaScript provider in a Node.js app.
198198
199-
For additional code samples, visit:
199+
For more code samples, visit:
200200
201201
> [!div class="nextstepaction"]
202202
> [Azure App Configuration JavaScript provider](https://github.com/Azure/AppConfiguration-JavaScriptProvider/tree/main/examples)

0 commit comments

Comments
 (0)