From 8f141f501f57c247c446ffff059d4bee26f6bf71 Mon Sep 17 00:00:00 2001
From: Lubomir Bucek <lubomir.bucek@eox.at>
Date: Mon, 29 Jun 2020 16:22:01 +0200
Subject: [PATCH] last minor updates

---
 documentation/operator-guide/ingestion.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/operator-guide/ingestion.rst b/documentation/operator-guide/ingestion.rst
index 7571c6d8..9d2bc3a4 100644
--- a/documentation/operator-guide/ingestion.rst
+++ b/documentation/operator-guide/ingestion.rst
@@ -206,10 +206,10 @@ Collections can be deleted, without affecting the contained products.
     collection, deleting said collections without a replacement can lead to
     service disruptions.
 
-In certain scenarios it may be useful, to add specific products to or exclude
+In certain scenarios it may be useful to add specific products to or exclude
 them from a collection. For this, the Product identifier needs to be known. To
-find out the Product identifier, either the OpenSearch on an existing
-collection or the CLI command ``id list`` can be used.
+find out the Product identifier, either query of the existing
+collection via OpenSearch or the CLI command ``id list`` can be used.
 
 When the identifier is obtained, the following management command inserts a
 product into a collection:
-- 
GitLab