This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3d6c86c Fix spelling mistake in documentation (#18167)
3d6c86c is described below
commit 3d6c86c72ef474952e352e701fa8c77f51f9548d
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Sep 11 18:47:44 2021 +0200
Fix spelling mistake in documentation (#18167)
---
docs/apache-airflow/start/docker.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow/start/docker.rst
b/docs/apache-airflow/start/docker.rst
index f96f42d..f38e2a4 100644
--- a/docs/apache-airflow/start/docker.rst
+++ b/docs/apache-airflow/start/docker.rst
@@ -117,7 +117,7 @@ Setting the right Airflow user
------------------------------
On **Linux**, the quick-start needs to know your host user id and needs to
have group id set to ``0``.
-Otherwise the files created in ``dags``, ``logs`` and ``plugins`` will be
created with ``root`` iser.
+Otherwise the files created in ``dags``, ``logs`` and ``plugins`` will be
created with ``root`` user.
You have to make sure to configure them for the docker-compose:
.. code-block:: bash