Skip to content

Commit c2d9fc7

Browse files
committed
Fixed typo
1 parent ecf2e1c commit c2d9fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/create-sql-api-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This step is optional. If you're interested in learning how the database resourc
9090

9191
[!code-java[](~/azure-cosmosdb-java-v4-getting-started/src/main/java/com/azure/cosmos/sample/sync/SyncMain.java?name=QueryItems)]
9292

93-
### Managing database resources using the asynchronous (async) API**
93+
### Managing database resources using the asynchronous (async) API
9494

9595
* Async API calls return immediately, without waiting for a response from the server. In light of this, the following code snippets show proper design patterns for accomplishing all of the preceding management tasks using async API.
9696

0 commit comments

Comments
 (0)