From 866e8ca4f742037841511167f741a6e6b9449e1f Mon Sep 17 00:00:00 2001 From: Matt Cook <32623301+sciencefidelity@users.noreply.github.com> Date: Fri, 2 Sep 2022 15:42:21 +0100 Subject: [PATCH] docs: fix typo (#2550) --- docs/usage/ci-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/ci-configuration.md b/docs/usage/ci-configuration.md index 7b35ed76..e854f575 100644 --- a/docs/usage/ci-configuration.md +++ b/docs/usage/ci-configuration.md @@ -3,7 +3,7 @@ ## Run `semantic-release` only after all tests succeeded The `semantic-release` command must be executed only after all the tests in the CI build pass. If the build runs multiple jobs (for example to test on multiple Operating Systems or Node versions) the CI has to be configured to guarantee that the `semantic-release` command is executed only after all jobs are successful. -Here is a few example of the CI services that can be used to achieve this: +Here are a few examples of the CI services that can be used to achieve this: - [Travis Build Stages](https://docs.travis-ci.com/user/build-stages) - [CircleCI Workflows](https://circleci.com/docs/2.0/workflows) - [GitHub Actions](https://github.com/features/actions)