diff options
author | Evan Read <eread@gitlab.com> | 2019-03-19 08:17:16 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-19 08:17:16 +0000 |
commit | d514713de8fdb8c1566c12020a2da1ecaa2f7a58 (patch) | |
tree | dfc92452e2fefab3e4fff18fa3d63a680a5c7d1c /doc/api | |
parent | 5c18a940e9b63373783d7a1204836337bbb6d27d (diff) | |
download | gitlab-ce-d514713de8fdb8c1566c12020a2da1ecaa2f7a58.tar.gz |
Copyedit pipelines-related documentation
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/pipeline_schedules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/pipeline_schedules.md b/doc/api/pipeline_schedules.md index 2e5b8df9a83..50d9e007ecc 100644 --- a/doc/api/pipeline_schedules.md +++ b/doc/api/pipeline_schedules.md @@ -278,7 +278,7 @@ curl --request DELETE --header "PRIVATE-TOKEN: k5ESFgWY2Qf5xEvDcFxZ" "https://gi } ``` -## Pipeline schedule variable +## Pipeline schedule variables > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/34518) in GitLab 10.0. |