Commit 064b05df authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: fix typo

parent efb0b9b7
Loading
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -47,12 +47,11 @@ Examples:

## The right template perimeter

_to be continuous_ provides templates organized around languages and technologies.

_to be continuous_ provides templates organized around languages and technologies.\
But sometimes it's not very easy to determine what a template should do and where a new template 
should be created for additional features.

should be created for additional features.\
_to be continuous_ templates are organized around the input file(s) and/or a CLI tool that the job apply to.

Examples:

- The Maven template relies on the `mvn` tool and `pom.xml` in the repo, similarly the Gradle template relies on the `gradle`tool and the `build.gradle` file.
@@ -97,7 +96,7 @@ And when available, the _latest_ version is used.

Why latest?

- there is no _good default for everone_: every project should select a specific version that fits their needs
- there is no _good default for everyone_: every project should select a specific version that fits their needs
- the latest version has more chances to be up-to-date with security patches (at least for an official and maintained project)

## Test alongside build