Skip to content

Commit 2a46c33

Browse files
authored
Use British English casing
1 parent d4173e3 commit 2a46c33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ The choice between environment variables and configuration files should be made
100100

101101
- Secrets: API keys, passwords, tokens, or any sensitive data that should not be committed to version control. Examples:
102102
- `OTA_ENGINE_GITHUB_TOKEN`: GitHub API token for creating issues and managing repositories
103-
- `OTA_ENGINE_SMTP_PASSWORD`: Password for SMTP server authentication
104-
- Debugging flags: Toggles for development features. Examples:
105-
- `OTA_ENGINE_FETCHER_NO_HEADLESS`: Disables headless mode in Puppeteer to show the browser window during fetching
106-
- Unix standards: System-level settings following Unix conventions. Examples:
107-
- `HTTP_PROXY`, `HTTPS_PROXY`, `http_proxy`, `https_proxy`: Proxy server configuration for HTTP/HTTPS requests
108-
- Runtime overrides: Container-specific or deployment-specific settings that vary between environments. Examples:
109-
- `OTA_ENGINE_FETCHER_NO_SANDBOX`: Disables Chrome sandbox (required in some Docker environments)
103+
- `OTA_ENGINE_SMTP_PASSWORD`: password for SMTP server authentication
104+
- Debugging flags: toggles for development features. Examples:
105+
- `OTA_ENGINE_FETCHER_NO_HEADLESS`: disables headless mode in Puppeteer to show the browser window during fetching
106+
- Unix standards: system-level settings following Unix conventions. Examples:
107+
- `HTTP_PROXY`, `HTTPS_PROXY`, `http_proxy`, `https_proxy`: proxy server configuration for HTTP/HTTPS requests
108+
- Runtime overrides: container-specific or deployment-specific settings that vary between environments. Examples:
109+
- `OTA_ENGINE_FETCHER_NO_SANDBOX`: disables Chrome sandbox (required in some Docker environments)
110110

111111
**Use configuration files for:**
112112

0 commit comments

Comments
 (0)