Skip to content

Commit

Permalink
Typo "dictate situatins" => "dictate situations" (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f authored and iherman committed Feb 20, 2017
1 parent ef6a763 commit 41e28b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/wd/index-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ <h3>Update an Existing Annotation</h3>
<p>Annotations can be updated by using a PUT request to replace the entire state of the Annotation. Annotation Servers SHOULD support this method. Servers MAY also support using a PATCH request to update only the aspects of the Annotation that have changed, but that functionality is not specified in this document.
</p>

<p>Replacing the Annotation with a new state MUST be done with the PUT method, where the body of the request is the intended new state of the Annotation. The client SHOULD use the <code>If-Match</code> header with a value of the ETag it received from the server before the editing process began, to avoid collisions of multiple users modifying the same Annotation at the same time. This feature is not mandatory to support, as not every system will have multiple users with the potential to change a single Annotation, or use cases might dictate situatins in which overwriting is the desired behavior.</p>
<p>Replacing the Annotation with a new state MUST be done with the PUT method, where the body of the request is the intended new state of the Annotation. The client SHOULD use the <code>If-Match</code> header with a value of the ETag it received from the server before the editing process began, to avoid collisions of multiple users modifying the same Annotation at the same time. This feature is not mandatory to support, as not every system will have multiple users with the potential to change a single Annotation, or use cases might dictate situations in which overwriting is the desired behavior.</p>

<p>Servers SHOULD reject update requests that modify the values of the <code>canonical</code> or <code>via</code> properties, if they have been already set, unless business logic allows the request to be trusted as authoritatively correctly a previous error.</p>

Expand Down

0 comments on commit 41e28b8

Please sign in to comment.