You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/08/24 07:23:54 UTC

[airflow-site] branch master updated: Fixed typo in CONTRIBUTING.md (#285)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 604bdd9  Fixed typo in CONTRIBUTING.md (#285)
604bdd9 is described below

commit 604bdd911a4b89a83e217f84ed4495e691439195
Author: Shankho Boron Ghosh <sh...@gmail.com>
AuthorDate: Mon Aug 24 12:53:46 2020 +0530

    Fixed typo in CONTRIBUTING.md (#285)
    
    instrucction -> instruction
---
 CONTRIBUTE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
index 6ca0aed..a1db580 100644
--- a/CONTRIBUTE.md
+++ b/CONTRIBUTE.md
@@ -498,7 +498,7 @@ Git worktree does not work properly with repositories that have submodules. Ther
 
 You must have the software discussed in "Working with the project/Prerequisite tasks" and  "How to release new documentation" section installed.
 
-### Instrucction
+### Instruction
 
 It is necessary to configure 3 variables that point to directories with repositories and one that describe current Airflow version. The next steps will assume that these variables are available.
 ```bash