This is an automated email from the ASF dual-hosted git repository.
shahar 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 aaa5f356666 Typo correction in 07_local_virtualenv.rst - "way" (#43072)
aaa5f356666 is described below
commit aaa5f3566663eb3e9a0e7bf0522d533fbb1010d5
Author: Biswamitra Biswas <[email protected]>
AuthorDate: Wed Oct 16 13:33:49 2024 +0200
Typo correction in 07_local_virtualenv.rst - "way" (#43072)
---
contributing-docs/07_local_virtualenv.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing-docs/07_local_virtualenv.rst
b/contributing-docs/07_local_virtualenv.rst
index 2c92edee97a..a5238bfe829 100644
--- a/contributing-docs/07_local_virtualenv.rst
+++ b/contributing-docs/07_local_virtualenv.rst
@@ -19,7 +19,7 @@
Local Virtual Environment (virtualenv)
======================================
-The easiest wey to run tests for Airflow is to use local virtualenv. While
Breeze is the recommended
+The easiest way to run tests for Airflow is to use local virtualenv. While
Breeze is the recommended
way to run tests - because it provides a reproducible environment and is easy
to set up, it is not
always the best option as you need to run your tests inside a docker
container. This might make it
harder to debug the tests and to use your IDE to run them.