From 7100d425b57b11416a85146ed51162a672f624c7 Mon Sep 17 00:00:00 2001 From: Spell Bot Date: Wed, 16 Oct 2019 00:39:06 +0000 Subject: [PATCH] Update README.md TINY spelling/readability changes to Triggering pipelines through the API ~documentation
> + "project's A" -> "project A's" --- doc/ci/triggers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index d2efae8ebef723..5ea5f0ac091f4f 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -157,7 +157,7 @@ curl --request POST \ You can also benefit by using triggers in your `.gitlab-ci.yml`. Let's say that you have two projects, A and B, and you want to trigger a rebuild on the `master` branch of project B whenever a tag on project A is created. This is the job you -need to add in project's A `.gitlab-ci.yml`: +need to add in project A's `.gitlab-ci.yml`: ```yaml build_docs: -- GitLab