Skip to content

Commit

Permalink
Fix typos in IMAGES.rst, README_RELEASE_PROVIDER_PACKAGES.md and REFR…
Browse files Browse the repository at this point in the history
…ESHING_CI_CACHE.md (#18751)
  • Loading branch information
PApostol authored Oct 5, 2021
1 parent 4e10c25 commit cf1f6e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IMAGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dev/README_RELEASE_PROVIDER_PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ....
Expand Down Expand Up @@ -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 ....
Expand Down
2 changes: 1 addition & 1 deletion dev/REFRESHING_CI_CACHE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf1f6e1

Please sign in to comment.