Skip to content

Commit b3fd50c

Browse files
authored
Correct RFC number allowGetBody documentation (sindresorhus#2143)
1 parent f0ac0b3 commit b3fd50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/2-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Therefore this option has no effect when using HTTP/2.
467467
> - This option is only meant to interact with non-compliant servers when you have no other choice.
468468
469469
#### **Note:**
470-
> - The [RFC 7321](https://tools.ietf.org/html/rfc7231#section-4.3.1) doesn't specify any particular behavior for the GET method having a payload, therefore it's considered an [**anti-pattern**](https://en.wikipedia.org/wiki/Anti-pattern).
470+
> - The [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1) doesn't specify any particular behavior for the GET method having a payload, therefore it's considered an [**anti-pattern**](https://en.wikipedia.org/wiki/Anti-pattern).
471471
472472
### `timeout`
473473

0 commit comments

Comments
 (0)