fix(handlers): fix typo in loadWorkspaceEnv comment (#1080) #1088

Closed
fullstack-engineer wants to merge 1 commits from fix/issue-1080-org-helpers-comment into staging
@@ -176,7 +176,7 @@ func isEnvIdentPart(c byte) bool {
return isEnvIdentStart(c) || (c >= '0' && c <= '9')
}
// loadWorkspaceEnv reads the org root .env and the workspace-specific .env .env and the workspace-specific .env
// loadWorkspaceEnv reads the org root .env and the workspace-specific .env files.
// (workspace overrides org root). Used by both secret injection and channel
// config expansion.
//