Skip to content

Commit 41e28b8

Browse files
ajs6fiherman
authored andcommitted
Typo "dictate situatins" => "dictate situations" (#414)
1 parent ef6a763 commit 41e28b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/wd/index-respec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@

Update an Existing Annotation

827827
<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.
828828
p>
829829

830-
<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-Matchcode> 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>
830+
<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-Matchcode> 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>
831831

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

0 commit comments

Comments
 (0)