From 293c7b9e4164a2b224d6fcf80c402757130cff1f Mon Sep 17 00:00:00 2001 From: Markus Doits Date: Wed, 24 Oct 2018 21:57:19 +0200 Subject: [PATCH] small doc fix [CI SKIP] --- doc/ci/yaml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 624a4bda2c3..c827faace33 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1498,7 +1498,7 @@ Possible values for `when` are: - `always`: Retry on any failure (default). - `unknown_failure`: Retry when the failure reason is unknown. - `script_failure`: Retry when the script failed. -- `api_failure`: Retry on api failure. +- `api_failure`: Retry on API failure. - `stuck_or_timeout_failure`: Retry when the job got stuck or timed out. - `runner_system_failure`: Retry if there was a runner system failure (e.g. setting up the job failed). - `missing_dependency_failure`: Retry if a dependency was missing.