From 4125f45c7e8ecd16ea95b9bfe5a6af57b66766e8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 26 Apr 2026 16:18:12 +0200 Subject: [PATCH] write-out.md: fix minor language mistake Closes #21450 --- docs/cmdline-opts/write-out.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/write-out.md b/docs/cmdline-opts/write-out.md index 53e4df18fe..395a917b43 100644 --- a/docs/cmdline-opts/write-out.md +++ b/docs/cmdline-opts/write-out.md @@ -372,7 +372,7 @@ To show time with `%time{}` the characters within `{}` creates a special format string that may contain special character sequences called conversion specifications. Each conversion specification starts with `%` and is followed by a character that instructs curl to output a particular time detail. All -other characters used are displayed as-is and- +other characters used are displayed as-is. The following conversion specification are available: