You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/10/02 08:42:13 UTC

[incubator-hop] branch master updated: Fix grammar in concept sentences (pluralization)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new cbf5296  Fix grammar in concept sentences (pluralization)
     new 5b4c1d3  Merge pull request #1102 from thadguidry/patch-1
cbf5296 is described below

commit cbf5296209f6d2746a83e575146d2f920a850c3a
Author: Thad Guidry <th...@gmail.com>
AuthorDate: Fri Oct 1 20:16:19 2021 -0500

    Fix grammar in concept sentences (pluralization)
---
 .../modules/ROOT/pages/getting-started/hop-concepts.adoc            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-concepts.adoc b/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-concepts.adoc
index f95f346..04002f3 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-concepts.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/getting-started/hop-concepts.adoc
@@ -31,10 +31,10 @@ All interactions between Hop and other components in your data architecture are
 _Metadata is at the core of **everything** in Hop_.
 
 
-* **Pipelines** are a collections of **transforms**, connected by **hops**.
+* **Pipelines** are collections of **transforms**, connected by **hops**.
 All transforms in a pipeline run in parallel.
 
-* **Workflows** are a collection of **actions**, connected by **hops**.
+* **Workflows** are collections of **actions**, connected by **hops**.
 All actions in a workflow run sequentially by default.
 
 * **Projects** are logical collections of hop code and configuration.
@@ -42,4 +42,4 @@ All actions in a workflow run sequentially by default.
 
 include::../snippets/hop-concepts/item-types.adoc[]
 
-include::../snippets/hop-concepts/hop-projects-environments.adoc[]
\ No newline at end of file
+include::../snippets/hop-concepts/hop-projects-environments.adoc[]