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

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e935861f6 Correct docs for multi-value select (#34690)
8e935861f6 is described below

commit 8e935861f6bd0529543756d3b750de218aef5462
Author: James Ko <[email protected]>
AuthorDate: Fri Sep 29 20:06:12 2023 -0400

    Correct docs for multi-value select (#34690)
---
 docs/apache-airflow/core-concepts/params.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/apache-airflow/core-concepts/params.rst 
b/docs/apache-airflow/core-concepts/params.rst
index 512057e6d8..e5bf04ae62 100644
--- a/docs/apache-airflow/core-concepts/params.rst
+++ b/docs/apache-airflow/core-concepts/params.rst
@@ -255,11 +255,11 @@ The following features are supported in the Trigger UI 
Form:
           - | Generates a HTML multi line text field,
             | every line edited will be made into a
             | string array as value.
-          - * | If you add the attribute ``example``
+          - * | If you add the attribute ``examples``
               | with a list, a multi-value select option
               | will be generated instead of a free text field.
             * | ``values_display={"a": "Alpha", "b": "Beta"}``:
-              | For multi-value selects ``example`` you can add
+              | For multi-value selects ``examples`` you can add
               | the attribute ``values_display`` with a dict and
               | map data values to display labels.
             * | If you add the attribute ``items``, a JSON entry

Reply via email to