diff --git a/docs/apache-airflow/public-airflow-interface.rst b/docs/apache-airflow/public-airflow-interface.rst index 5f0f51163873..eebc893062d4 100644 --- a/docs/apache-airflow/public-airflow-interface.rst +++ b/docs/apache-airflow/public-airflow-interface.rst @@ -46,7 +46,7 @@ Airflow Interface and might change at any time. You can also use Airflow's Public Interface via the `Stable REST API `_ (based on the OpenAPI specification). For specific needs you can also use the -`Airflow Command Line Interface (CLI) `_ though it's behaviour might change +`Airflow Command Line Interface (CLI) `_ though it's behaviour might change in details (such as output format and available flags) so if you want to rely on those in programmatic way, the Stable REST API is recommended.