This is an automated email from the ASF dual-hosted git repository. bartmaer pushed a commit to branch bamaer-doc-environment-typo in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
commit 363a51bfa195d1da83f815d8d550d249c89f1a70 Author: Bart Maertens <[email protected]> AuthorDate: Sun Jun 13 18:40:59 2021 +0200 Update environment.adoc --- .../modules/ROOT/pages/snippets/hop-concepts/environment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hop-user-manual/modules/ROOT/pages/snippets/hop-concepts/environment.adoc b/docs/hop-user-manual/modules/ROOT/pages/snippets/hop-concepts/environment.adoc index 0c4295c..dee2356 100644 --- a/docs/hop-user-manual/modules/ROOT/pages/snippets/hop-concepts/environment.adoc +++ b/docs/hop-user-manual/modules/ROOT/pages/snippets/hop-concepts/environment.adoc @@ -14,5 +14,5 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. //// -A Hop Environment are instances of projects that hold the actual runtime configurations and other metadata objects for a project. + +Hop Environments are instances of projects that hold the actual runtime configurations and other metadata objects for a project. + Example: the 'dev' environment for the 'Sales' project specifies to read from host '10.0.0.1' for the 'customers' database connection
