Skip to content

Commit 36845fe

Browse files
authored
Fixed typo/ghost edits
1 parent a92c1b5 commit 36845fe

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

azure/Guidelines.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -769,14 +769,7 @@ In the rare case where a server rolls back a version that clients are already us
769769

770770
### Repeatability of requests
771771

772-
The ability to retry failed requests for which a client never received a response greatly simplifies the ability to write resilient
773-
774-
775-
776-
777-
778-
779-
uted applications. While HTTP designates some methods as safe and/or idempotent (and thus retryable), being able to retry other operations such as create-using-POST-to-collection is desirable.
772+
The ability to retry failed requests for which a client never received a response greatly simplifies the ability to write resilient distributed applications. While HTTP designates some methods as safe and/or idempotent (and thus retryable), being able to retry other operations such as create-using-POST-to-collection is desirable.
780773

781774
:ballot_box_with_check: **YOU SHOULD** support repeatable requests according as defined in [OASIS Repeatable Requests Version 1.0](https://docs.oasis-open.org/odata/repeatable-requests/v1.0/repeatable-requests-v1.0.html).
782775

0 commit comments

Comments
 (0)