summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrasimir Angelov <kangelov@gitlab.com>2019-05-21 21:22:26 +1200
committerKrasimir Angelov <kangelov@gitlab.com>2019-05-21 21:22:26 +1200
commit83cd1a7606c019fb9157de0e9707c389975b6027 (patch)
treefeb546fd88e14d4a652b3728ea09ae13749371a2
parent7b9a52c0671b9f25d7db5d6ece63d14591e5aa1b (diff)
downloadgitlab-ce-docs-ci-variable-types-usage-example.tar.gz
Fix typo in CI variables docsdocs-ci-variable-types-usage-example
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 686a6d837e7..c96968f374b 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -78,7 +78,7 @@ we can call them from the `.gitlab-ci.yml` file like this:
kubectl config set-cluster e2e --server="$KUBE_URL" --certificate-authority="$KUBE_CA_PEM"
```
-At the moment vairable types can be set via the [UI](#via-the-ui) and the [API](../../api/project_level_variables.md#create-variable) but not with `.gitlab-ci.yml`.
+At the moment variable types can be set via the [UI](#via-the-ui) and the [API](../../api/project_level_variables.md#create-variable) but not with `.gitlab-ci.yml`.
#### Masked variables