Skip to content

Commit c4f398a

Browse files
authored
Fix typo in async operations monitoring section
1 parent 574b026 commit c4f398a

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
@@ -29,7 +29,7 @@ After getting the 201 or 202 response code, you're ready to monitor the status o
2929

3030
## URL to monitor status
3131

32-
There are two different ways to monitor the status the asynchronous operation. You determine the correct approach by examining the header values that are returned from your original request. First, look for:
32+
There are two different ways to monitor the status of the asynchronous operation. You determine the correct approach by examining the header values that are returned from your original request. First, look for:
3333

3434
* `Azure-AsyncOperation` - URL for checking the ongoing status of the operation. If your operation returns this value, use it to track the status of the operation.
3535
* `Retry-After` - The number of seconds to wait before checking the status of the asynchronous operation.

0 commit comments

Comments
 (0)