From f1e015fd4ff73b5719b6f87b0ceb85b06f56c8c6 Mon Sep 17 00:00:00 2001 From: Yuta Sakuma <127702675+yuta4895@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:29:16 +0900 Subject: [PATCH] [v3-1-test] docs: fix typo in Breeze developer tasks guide (#61357) (cherry picked from commit 17d75e9687b2c58c41ffcaa7da5827bf3586b8de) Co-authored-by: Yuta Sakuma <127702675+yuta4895@users.noreply.github.com> --- 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 1578d6dea2b08..b61aa6a17da04 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::