Commit 05ad6eae authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch '45-minor-typo-in-usage-page' into 'master'

Resolve "Minor typo in usage page"

Closes #45

See merge request to-be-continuous/doc!120
parents fbee8c10 8da56af4
Loading
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).