Skip to content

Commit c75a315

Browse files
committed
quickstart-use-sk: fix connection_string name and punctuation
1 parent 25d96db commit c75a315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-web-pubsub/quickstart-use-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ You can choose between C#, JavaScript, Python and Java. The dependencies for eac
195195
### Set up the project to publish messages
196196

197197
1. Open a new command shell for this project.
198-
1. Save the connection string from the client shell:
198+
1. Save the connection string from the client shell. Replace the `<your_connection_string>` placeholder with the connection string displayed in a previous step.
199199

200200
# [Bash](#tab/bash)
201201

202202
```azurecli
203-
Connection_String="<your_connection_string>"
203+
connection_string="<your_connection_string>"
204204
```
205205
206206
# [Azure PowerShell](#tab/azure-powershell)

0 commit comments

Comments
 (0)