Skip to content

Commit 3fcd097

Browse files
authored
Fix typo in async operations documentation
1 parent c4f398a commit 3fcd097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-resource-manager/management/async-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ GET
213213
https://management.azure.com/subscriptions/{subscription-id}/providers/Microsoft.Storage/operations/{operation-id}?monitor=true&api-version=2019-06-01
214214
```
215215

216-
If the request is still running, you receive a status code 202. If the request is completed, your receive a status code 200. The body of the response contains the properties of the storage account that was created.
216+
If the request is still running, you receive a status code 202. If the request is completed, you receive a status code 200. The body of the response contains the properties of the storage account that was created.
217217

218218
## Next steps
219219

0 commit comments

Comments
 (0)