diff --git a/IMAGES.rst b/IMAGES.rst index c5be23c447736..559ecdbd12545 100644 --- a/IMAGES.rst +++ b/IMAGES.rst @@ -581,7 +581,7 @@ For production image: ./breeze build-image --force-pull-images --production-image For CI image Breeze automatically uses force pulling in case it determines that your image is very outdated, -however uou can also force it with the same flag. +however you can also force it with the same flag. .. code-block:: bash diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md b/dev/README_RELEASE_PROVIDER_PACKAGES.md index 866576a201170..3edb68ec74b08 100644 --- a/dev/README_RELEASE_PROVIDER_PACKAGES.md +++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md @@ -147,7 +147,7 @@ rm -rf ${AIRFLOW_REPO_ROOT}/dist/* ./breeze prepare-provider-packages --package-format both ``` -if you ony build few packages, run: +if you only build few packages, run: ```shell script ./breeze prepare-provider-packages --package-format both PACKAGE PACKAGE .... @@ -299,7 +299,7 @@ cd "${AIRFLOW_REPO_ROOT}" ``` -If you have providers as list of provider ids becuse you just released them you can build them with +If you have providers as list of provider ids because you just released them, you can build them with ```shell script ./dev/provider_packages/build_provider_documentation.sh amazon apache.beam google .... diff --git a/dev/REFRESHING_CI_CACHE.md b/dev/REFRESHING_CI_CACHE.md index 19cdaa1b93774..0091bdf30aae0 100644 --- a/dev/REFRESHING_CI_CACHE.md +++ b/dev/REFRESHING_CI_CACHE.md @@ -78,7 +78,7 @@ git push # Manually refreshing the images The images can be rebuilt and refreshed after the constraints are pushed. Refreshing image for particular -python version is a simple as running the [refresh_images.sh](refresh_images.sh) script with pyhon version +python version is a simple as running the [refresh_images.sh](refresh_images.sh) script with python version as parameter: ```bash