From 6e8c4a72f75b4e2851a6fc2220082752bd56cb3e Mon Sep 17 00:00:00 2001
From: Martyn Welch <martyn.welch@collabora.co.uk>
Date: Wed, 12 May 2021 08:03:02 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 content/guides/component_guide.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/guides/component_guide.md b/content/guides/component_guide.md
index 876574606..029e046ac 100644
--- a/content/guides/component_guide.md
+++ b/content/guides/component_guide.md
@@ -579,9 +579,9 @@ that the changelog entry you're writing has the `distribution` field set
 to `UNRELEASED`, using `gbp dch --auto --ignore-branch` to ensure the
 formatting is correct.
 
-The CI pipeline will locally generate a source package for each commit pushed
-to the packaging repositories, which can be retrieved by browsing the
-pipeline artifacts. The generated sources will be versioned to indicate that
+The CI pipeline generate a source package locally for each commit pushed
+to the packaging repositories. You can download this package by browsing the
+pipeline artifacts. The generated sources are versioned to indicate that
 they are not yet suitable for release.
 
 With the `distribution` field set to `UNRELEASED` package sources get uploaded
-- 
GitLab