summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/data-urlencode.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/data-urlencode.d')
-rw-r--r--docs/cmdline-opts/data-urlencode.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/data-urlencode.d b/docs/cmdline-opts/data-urlencode.d
index 8b1295754..c9cecec51 100644
--- a/docs/cmdline-opts/data-urlencode.d
+++ b/docs/cmdline-opts/data-urlencode.d
@@ -19,7 +19,7 @@ curl using one of the following syntaxes:
.RS
.IP "content"
This will make curl URL-encode the content and pass that on. Just be careful
-so that the content doesn't contain any = or @ symbols, as that will then make
+so that the content does not contain any = or @ symbols, as that will then make
the syntax match one of the other cases below!
.IP "=content"
This will make curl URL-encode the content and pass that on. The preceding =