From a023ca377193dd2968136b9ad9360f39ac9faf5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lametti?=
Date: Wed, 4 Mar 2026 09:28:13 -0500 Subject: [PATCH] Fix typo in quote order --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 4e82f5ca..894650d4 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -35,7 +35,7 @@ string. This does not apply to options that take booleans or numbers: - `-O max_request_size=99999999` works ✅ - `-O server_name=example.com` does not work ❌ - `--option log=\"debug\"` works ✅ -- `--option server_name='"example.com'"` works ✅ +- `--option server_name='"example.com"'` works ✅ ## Relevance of configuration settings