Commit 5d754f72 authored by Chris Wahl's avatar Chris Wahl

Correct example error

All other examples use the style "For example, things"
This patch corrects a "For examples thing" error
https://docs.gitlab.com/ee/ci/yaml/README.html#git-strategy
parent 2831ad92
......@@ -3451,7 +3451,7 @@ variables:
`none` also re-uses the local working copy, but skips all Git operations
(including GitLab Runner's pre-clone script, if present). It's mostly useful
for jobs that operate exclusively on artifacts (for examples `deploy`). Git repository
for jobs that operate exclusively on artifacts (for example, `deploy`). Git repository
data may be present, but it's certain to be out of date, so you should only
rely on files brought into the local working copy from cache or artifacts.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment