From 83ea21e6cd040387162b50d1a276f4f445d3564c Mon Sep 17 00:00:00 2001 From: Spell Bot Date: Wed, 16 Oct 2019 00:35:25 +0000 Subject: [PATCH] Update job_artifacts.md TINY Spelling/Readability changes to ~documentation + "how" -> "what" --- doc/user/project/pipelines/job_artifacts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/project/pipelines/job_artifacts.md b/doc/user/project/pipelines/job_artifacts.md index 85d0abdb51a948..65691fc5e8079d 100644 --- a/doc/user/project/pipelines/job_artifacts.md +++ b/doc/user/project/pipelines/job_artifacts.md @@ -70,7 +70,7 @@ The archive browser shows the name and the actual file size of each file in the archive. If your artifacts contained directories, then you are also able to browse inside them. -Below you can see how browsing looks like. In this case we have browsed inside +Below you can see what browsing looks like. In this case we have browsed inside the archive and at this point there is one directory, a couple files, and one HTML file that you can view directly online when [GitLab Pages](../../../administration/pages/index.md) is enabled (opens in a new tab). -- GitLab