This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 17d75e9687b docs: fix typo in Breeze developer tasks guide (#61357)
17d75e9687b is described below
commit 17d75e9687b2c58c41ffcaa7da5827bf3586b8de
Author: Yuta Sakuma <[email protected]>
AuthorDate: Tue Feb 3 00:29:16 2026 +0900
docs: fix typo in Breeze developer tasks guide (#61357)
---
dev/breeze/doc/03_developer_tasks.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/doc/03_developer_tasks.rst
b/dev/breeze/doc/03_developer_tasks.rst
index 7879f81aa30..0e0cbd7388e 100644
--- a/dev/breeze/doc/03_developer_tasks.rst
+++ b/dev/breeze/doc/03_developer_tasks.rst
@@ -82,7 +82,7 @@ you can specify ``--postgres-version 13`` to start Postgres
13). The ``--help``
will show you which backends are supported and which versions are available
for each backend.
The choice you made for backend and version are ``sticky`` - the last used
selection is cached in the
-``.build`` folder and next time you run any of the ``breeze`` commands that
use backend the will use the
+``.build`` folder. Next time you run any of the ``breeze`` commands that use
backend, it will use the
last selected backend and version.
.. note::