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

[airflow] branch master updated: Correct typo in best-practices.rst (#10401)

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

potiuk 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 0b3ded7  Correct typo in best-practices.rst (#10401)
0b3ded7 is described below

commit 0b3ded7a55c8b64064cfa080f06c7421bc8bb497
Author: Patrick Cando <32...@users.noreply.github.com>
AuthorDate: Wed Aug 19 13:10:51 2020 +0100

    Correct typo in best-practices.rst (#10401)
---
 docs/best-practices.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/best-practices.rst b/docs/best-practices.rst
index 858cd7d..2408d12 100644
--- a/docs/best-practices.rst
+++ b/docs/best-practices.rst
@@ -265,7 +265,7 @@ Once that is done, you can run -
 
  airflow db upgrade
 
-``upgrade`` keeps track of migrations already applies, so it's safe to run as often as you need.
+``upgrade`` keeps track of migrations already applied, so it's safe to run as often as you need.
 
 .. note::