docs: fix typo (#19567)

Signed-off-by: Nolan Emirot <emirot.nolan@gmail.com>
This commit is contained in:
Nolan Emirot
2024-08-17 12:16:04 -07:00
committed by GitHub
parent 47bcb09c4a
commit a0624f03e4

View File

@@ -222,7 +222,7 @@ const (
EnvGitRetryMaxDuration = "ARGOCD_GIT_RETRY_MAX_DURATION"
// EnvGitRetryDuration specifies duration of git remote operation retry
EnvGitRetryDuration = "ARGOCD_GIT_RETRY_DURATION"
// EnvGitRetryFactor specifies fator of git remote operation retry
// EnvGitRetryFactor specifies factor of git remote operation retry
EnvGitRetryFactor = "ARGOCD_GIT_RETRY_FACTOR"
// EnvGitSubmoduleEnabled overrides git submodule support, true by default
EnvGitSubmoduleEnabled = "ARGOCD_GIT_MODULES_ENABLED"