From 4c467b19b1e3a40a2897fe17cd0e2dd158b7ad31 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Dec 2023 11:57:01 +0100 Subject: [PATCH] cmdline/options.md: language --- cmdline/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdline/options.md b/cmdline/options.md index 14f828e4ab..b634c1cbae 100644 --- a/cmdline/options.md +++ b/cmdline/options.md @@ -91,7 +91,7 @@ handles options and URLs. To make the string itself contain double quotes, which is common when you for example want to send a string of JSON to the server, you may need to use -single quotes (except on Windows, where single quotes does not work the same +single quotes (except on Windows, where single quotes do not work the same way). Send the JSON string `{ "name": "Darth" }`: curl -d '{ "name": "Darth" }' http://example.com