diff --git a/docs/libcurl/opts/CURLOPT_POSTREDIR.md b/docs/libcurl/opts/CURLOPT_POSTREDIR.md index 1ff7480323..521d770a5e 100644 --- a/docs/libcurl/opts/CURLOPT_POSTREDIR.md +++ b/docs/libcurl/opts/CURLOPT_POSTREDIR.md @@ -45,7 +45,7 @@ remain a POST after such a redirection. This option is meaningful only when setting CURLOPT_FOLLOWLOCATION(3). This option affects transfers where libcurl has been told to use HTTP POST -using for example CURLOPT_POST(3) or CURLPOST_MIMEPOST(3) and not if the +using for example CURLOPT_POST(3) or CURLOPT_MIMEPOST(3) and not if the method has merely been modified with CURLOPT_CUSTOMREQUEST(3). # DEFAULT