Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Linux and Windows examples for setting environment variables, but Windows (cmd.exe and PowerShell) is mentioned first in tips and examples. The guidance for quoting arguments prioritizes Windows-specific behavior, and PowerShell is used for Windows examples, while Linux uses bash. There are no missing Linux examples, but Windows tools and patterns are referenced before Linux equivalents in some cases.
Recommendations
- Present Linux and Windows examples side-by-side or in parallel tabs, ensuring equal prominence.
- When discussing quoting or shell-specific behavior, mention Linux and Windows equally, or start with Linux if usage statistics suggest it is more common.
- Avoid language that suggests Windows is the default or primary platform (e.g., 'except for Windows Command Shell'). Instead, use neutral phrasing such as 'On Linux/macOS, use single quotes; on Windows, use double quotes.'
- Include PowerShell and bash examples together, and consider adding macOS-specific notes if relevant.
- Review the order of platform-specific instructions to ensure neither is consistently prioritized over the other.
Create Pull Request