Skip to content

Commit 9538fc6

Browse files
Incorporate feedback.
1 parent f6fe9d6 commit 9538fc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/service-bus-messaging/service-bus-nodejs-how-to-use-queues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Sign in with the Azure CLI command `az login` for your local machine to provide
184184

185185
1. Replace `<SERVICE-BUS-NAMESPACE>` with your Service Bus namespace.
186186
1. Replace `<QUEUE NAME>` with the name of the queue.
187-
1. To run this file, use this command at a command prompt:
187+
1. To run the code in this file, use this command at a command prompt:
188188

189189
```console
190190
node send.js
@@ -277,7 +277,7 @@ Sign in with the Azure CLI command `az login` for your local machine to provide
277277
```
278278
1. Replace `<CONNECTION STRING TO SERVICE BUS NAMESPACE>` with the connection string to your Service Bus namespace.
279279
1. Replace `<QUEUE NAME>` with the name of the queue.
280-
1. To run this file, use this command at a command prompt:
280+
1. To run the code in this file, use this command at a command prompt:
281281

282282
```console
283283
node send.js
@@ -350,7 +350,7 @@ Sign in with the Azure CLI command `az login` for your local machine to provide
350350

351351
1. Replace `<SERVICE-BUS-NAMESPACE>` with your Service Bus namespace.
352352
1. Replace `<QUEUE NAME>` with the name of the queue.
353-
1. To run this file, use this command at a command prompt:
353+
1. To run the code in this file, use this command at a command prompt:
354354

355355
```console
356356
node receive.js
@@ -408,7 +408,7 @@ Sign in with the Azure CLI command `az login` for your local machine to provide
408408

409409
1. Replace `<CONNECTION STRING TO SERVICE BUS NAMESPACE>` with the connection string to your Service Bus namespace.
410410
1. Replace `<QUEUE NAME>` with the name of the queue.
411-
1. To run this file, use this command at a command prompt:
411+
1. To run the code in this file, use this command at a command prompt:
412412

413413
```console
414414
node receive.js

0 commit comments

Comments
 (0)