From 7ac64503177590556cddec1c8ff3ebc303edde0a Mon Sep 17 00:00:00 2001 From: Sven Thoms <21118431+shalberd@users.noreply.github.com> Date: Sun, 29 Dec 2024 09:57:56 +0100 Subject: [PATCH] sentence structure Signed-off-by: Sven Thoms <21118431+shalberd@users.noreply.github.com> --- docs/source/user_guide/pipeline-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user_guide/pipeline-components.md b/docs/source/user_guide/pipeline-components.md index 42bd814ec..40b705942 100644 --- a/docs/source/user_guide/pipeline-components.md +++ b/docs/source/user_guide/pipeline-components.md @@ -36,7 +36,7 @@ Note: Refer to the [_Best practices_ topic in the _User Guide_](best-practices-f #### Custom components -_Custom components_ are commonly only implemented for one runtime type, such as Kubeflow Pipelines or Apache Airflow < 2. (The local runtime type does not support custom components). Custom components, due to their being supported only for Airflow 1.x, are only supported on Elyra < 4. +_Custom components_ are commonly only implemented for one runtime type, such as Kubeflow Pipelines or Apache Airflow < 2. (The local runtime type does not support custom components). Custom components for Apache Airflow, due to their being supported only for Airflow 1.x, are only supported on Elyra < 4. ![Kubeflow components in the palette](../images/user_guide/pipeline-components/custom-kubeflow-components-in-palette.png)