Skip to content

Commit 06fa2d1

Browse files
mattjohnsonpintgarethj-msft
authored andcommitted
Fix redundant wording "method methods" (#56)
Fix redundant wording "method methods"
1 parent 7dafc17 commit 06fa2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Under UPSERT semantics, a PATCH call to a nonexistent resource is handled by the
287287
If a service does not support UPSERT, then a PATCH call against a resource that does not exist MUST result in an HTTP "409 Conflict" error.
288288

289289
#### 7.4.4 Options and link headers
290-
OPTIONS allows a client to retrieve information about a resource, at a minimum by returning the Allow header denoting the valid method methods for this resource.
290+
OPTIONS allows a client to retrieve information about a resource, at a minimum by returning the Allow header denoting the valid methods for this resource.
291291

292292
In addition, services SHOULD include a Link header (see [RFC 5988][rfc-5988]) to point to documentation for the resource in question:
293293

0 commit comments

Comments
 (0)