Skip to content

Commit a86ba22

Browse files
authored
Update tutorial-dotnet-console-app.md
1 parent e408873 commit a86ba22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/tutorial-dotnet-console-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Next, you'll use individual operations to add items into the API for NoSQL conta
227227
1. Back within the static **CosmosHandler** class, create a new asynchronous method named `GetContainerAsync` that returns an `Container`.
228228
229229
```csharp
230-
private static async Task<Container> GetContainer()
230+
private static async Task<Container> GetContainerAsync()
231231
{ }
232232
```
233233

0 commit comments

Comments
 (0)