Skip to content

Commit cbe50a6

Browse files
committed
Review placement
1 parent 32b4546 commit cbe50a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ const client = new AppConfigurationClient(
107107
### [Connection string](#tab/connection-string)
108108

109109
```javascript
110-
const connection_string = process.env.AZURE_APPCONFIG_CONNECTION_STRING;
111110
const { AppConfigurationClient } = require("@azure/app-configuration");
112111

112+
const connection_string = process.env.AZURE_APPCONFIG_CONNECTION_STRING;
113113
const client = new AppConfigurationClient(connection_string);
114114
```
115115
---

0 commit comments

Comments
 (0)