Skip to content

Commit 692aa3d

Browse files
committed
Fix grammar.
1 parent cac4e53 commit 692aa3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,8 +1423,8 @@ payload. When modifying a property via ``PUT`` or ``PATCH`` or
14231423
Tunneling Methods via POST
14241424
==========================
14251425

1426-
If you are working through a proxy and unable to use http method like
1427-
PUT, PATCH or DELETE you can use POST to perform the action. To tunnel
1426+
If you are working through a proxy and unable to use http methods like
1427+
PUT, PATCH, or DELETE, you can use POST to perform the action. To tunnel
14281428
an action through POST, send the ``X-HTTP-METHOD-OVERRIDE`` header
14291429
with a value of DELETE or other capitalized HTTP verb. The body of the
14301430
POST should be what you would send if you were using the method

0 commit comments

Comments
 (0)