Skip to content

Commit 7d20059

Browse files
authored
Fix typo in the word "Airflow" (#9772)
1 parent a518801 commit 7d20059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IMAGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ to run Kubernetes tests. See below for the list of arguments that should be prov
246246
production image from the local sources.
247247

248248
The image is primarily optimised for size of the final image, but also for speed of rebuilds - the
249-
'airlfow-build-image' segment uses the same technique as the CI builds for pre-installing PIP dependencies.
249+
'airflow-build-image' segment uses the same technique as the CI builds for pre-installing PIP dependencies.
250250
It first pre-installs them from the right github branch and only after that final airflow installation is
251251
done from either local sources or remote location (PIP or github repository).
252252

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pip install apache-airflow[postgres,gcp]==1.10.10 \
121121

122122
## Building customized production images
123123

124-
In order to use Airlfow in Docker Compose or Kubernetes, you might need to use or build production images
124+
In order to use Airflow in Docker Compose or Kubernetes, you might need to use or build production images
125125
of Apache Airflow. The community provides two types of support for the production images:
126126

127127
* We provide pre-build relesed version of production image in PyPI build from released

0 commit comments

Comments
 (0)