Skip to content

Commit bb120cc

Browse files
authored
Merge pull request #45269 from maximburkov/patch-1
fix typo in "Get started with Service Bus queues"
2 parents ebc3135 + 48d314c commit bb120cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-dotnet-get-started-with-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Launch Visual Studio and create a new **Console App (.NET Core)** project for C#
7070

7171
Enter your connection string for the namespace as the `ServiceBusConnectionString` variable. Enter your queue name.
7272

73-
1. Replace the `Main()` method with the following **async** `Main` method. It calls the SendMessagesAsync method that you will add in the next step to send messages to the queue.
73+
1. Replace the `Main()` method with the following **async** `Main` method. It calls the `SendMessagesAsync()` method that you will add in the next step to send messages to the queue.
7474

7575
```csharp
7676
public static async Task Main(string[] args)

0 commit comments

Comments
 (0)