This is an automated email from the ASF dual-hosted git repository.
nadment pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 909c03fadf Fix typo in Run pipeline unit tests documentation
909c03fadf is described below
commit 909c03fadf526f26047a41bea15f730482727f25
Author: Nicolas Adment <[email protected]>
AuthorDate: Fri Oct 24 13:30:01 2025 +0200
Fix typo in Run pipeline unit tests documentation
---
.../modules/ROOT/pages/workflow/actions/runpipelinetests.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/runpipelinetests.adoc
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/runpipelinetests.adoc
index 32c512cf05..b027406f1c 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/runpipelinetests.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/runpipelinetests.adoc
@@ -22,7 +22,7 @@ under the License.
== Description
-The `Run oipeline unit tests` action runs a series of selected
xref:pipeline/pipeline-unit-testing.adoc[pipeline unit tests].
+The `Run pipeline unit tests` action runs a series of selected
xref:pipeline/pipeline-unit-testing.adoc[pipeline unit tests].
The action is successful if all tests run without error.