summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/request-target.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/request-target.d')
-rw-r--r--docs/cmdline-opts/request-target.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/request-target.d b/docs/cmdline-opts/request-target.d
index 5f9e47551..6e21a6bde 100644
--- a/docs/cmdline-opts/request-target.d
+++ b/docs/cmdline-opts/request-target.d
@@ -8,5 +8,5 @@ Example: --request-target "*" -X OPTIONS $URL
---
Tells curl to use an alternative "target" (path) instead of using the path as
provided in the URL. Particularly useful when wanting to issue HTTP requests
-without leading slash or other data that doesn't follow the regular URL
+without leading slash or other data that does not follow the regular URL
pattern, like "OPTIONS *".