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/06/20 16:53:04 UTC

[airflow] 05/25: Fix typo in BREEZE.rst (#9199)

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

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

commit 14057cf22e4f3150b902c5d30f80d90891e46662
Author: Udit Chaudhary <33...@users.noreply.github.com>
AuthorDate: Wed Jun 10 00:04:46 2020 +0530

    Fix typo in BREEZE.rst (#9199)
    
    Changed 'y' to 'by' since it was incorrect.
    
    (cherry picked from commit c18f4c035c3fcee2e47c5f274b2f59add4d14ced)
---
 BREEZE.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index b2ff795..bf5e311 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -1641,7 +1641,7 @@ On Linux, there is a problem with propagating ownership of created files (a know
 files and directories created in the container are not owned by the host user (but by the root user in our
 case). This may prevent you from switching branches, for example, if files owned by the root user are
 created within your sources. In case you are on a Linux host and have some files in your sources created
-y the root user, you can fix the ownership of those files by running this script:
+by the root user, you can fix the ownership of those files by running this script:
 
 .. code-block::