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

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit cc3f09f1a85bbecf51657def6c027d80bda21663
Author: Kaxil Naik <kaxiln...@gmail.com>
AuthorDate: Wed Jul 1 23:34:25 2020 +0100

    Change 'initiate' to 'initialize' in installation.rst (#9619)
    
    `Initiating Airflow Database` -> `Initializing Airflow Database`
    
    (cherry picked from commit bc3f48c96603dbd2a94a33f05dd816097ccab3f1)
---
 docs/installation.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index e7c8970..d5652cb 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -180,10 +180,10 @@ Here's the list of the subpackages and what they enable:
 | vertica             | ``pip install 'apache-airflow[vertica]'``           | 
Vertica hook support as an Airflow backend                           |
 
+---------------------+-----------------------------------------------------+----------------------------------------------------------------------+
 
-Initiating Airflow Database
-'''''''''''''''''''''''''''
+Initializing Airflow Database
+'''''''''''''''''''''''''''''
 
-Airflow requires a database to be initiated before you can run tasks. If
+Airflow requires a database to be initialized before you can run tasks. If
 you're just experimenting and learning Airflow, you can stick with the
 default SQLite option. If you don't want to use SQLite, then take a look at
 :doc:`howto/initialize-database` to setup a different database.

Reply via email to