From 9bd119515014f57192836633c3d3b8de3c4e6b93 Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Mon, 7 Mar 2022 18:30:23 +0000 Subject: [PATCH] json.d: fix typo (overriden -> overridden) Closes #8557 --- docs/cmdline-opts/json.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/json.d b/docs/cmdline-opts/json.d index 3bdb0a7769..584b6ac9f6 100644 --- a/docs/cmdline-opts/json.d +++ b/docs/cmdline-opts/json.d @@ -29,4 +29,4 @@ from stdin. Posting data from a file named \&'foobar' would thus be done with If this option is used more than once on the same command line, the additional data pieces will be concatenated to the previous before sending. -The headers this option sets can be overriden with --header as usual. +The headers this option sets can be overridden with --header as usual.