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