Commit 8da56af4 authored by Bertrand Goareguer's avatar Bertrand Goareguer Committed by Girija Saint-Ange
Browse files

docs: fix typo in usage page

parent fbee8c10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ Our templates are **versioned** (compliant with [Semantic Versioning](https://se
Each template comes with a predefined configuration (whenever possible), but is always overridable:

* with [inputs](https://docs.gitlab.com/ci/components/#use-a-component) if using the [`include:component`](https://docs.gitlab.com/ci/yaml/#includecomponent) technique,
* or with [variables](https://docs.gitlab.com/ci/variables/) if using `include:project`](https://docs.gitlab.com/ci/yaml/#includeproject) or [`include:remote`](https://docs.gitlab.com/ci/yaml/#includeremote).
* or with [variables](https://docs.gitlab.com/ci/variables/) if using [`include:project`](https://docs.gitlab.com/ci/yaml/#includeproject) or [`include:remote`](https://docs.gitlab.com/ci/yaml/#includeremote).

Some template features are also enabled by defining the right variable(s).