You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/12 13:48:36 UTC

[airflow] branch master updated: Clarify connection docs (#10294)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ba66ba0  Clarify connection docs (#10294)
ba66ba0 is described below

commit ba66ba0d97941c55d9f00f66329a9d3c7ad673e7
Author: James Timmins <ja...@astronomer.io>
AuthorDate: Wed Aug 12 06:47:46 2020 -0700

    Clarify connection docs (#10294)
---
 docs/usage-cli.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage-cli.rst b/docs/usage-cli.rst
index 59ce980..1f2b4d5 100644
--- a/docs/usage-cli.rst
+++ b/docs/usage-cli.rst
@@ -74,7 +74,7 @@ If you’re using ``zsh``, add the following to your ``.zshrc``:
 Creating a Connection
 ---------------------
 
-For information on creating connection using CLI, see :ref:`connection/cli`
+For information on creating connections using the CLI, see :ref:`connection/cli`
 
 Exporting DAG structure as an image
 -----------------------------------