This is an automated email from the ASF dual-hosted git repository.
Miretpl pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
new d61ac30074c [chart/v1-2x-test] Fix grammar errors in keda.rst (#72882)
(#73017)
d61ac30074c is described below
commit d61ac30074c5de6ebf17f698e89d46690499f897
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 12 14:35:01 2026 +0200
[chart/v1-2x-test] Fix grammar errors in keda.rst (#72882) (#73017)
(cherry picked from commit 7a09636614e7bf55f98cf77ce624ac568b4bbcf7)
Co-authored-by: purva-code24 <[email protected]>
---
chart/docs/keda.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chart/docs/keda.rst b/chart/docs/keda.rst
index 83ce254159b..71caffa40c6 100644
--- a/chart/docs/keda.rst
+++ b/chart/docs/keda.rst
@@ -60,7 +60,7 @@ in your Helm command or in the ``values.yaml`` like:
After installation, the KEDA ``ScaledObject`` and an ``HPA`` will be created
in the Airflow namespace.
-In the default configuration, KEDA will derive the desired number of Celery
workers by querying Airflow metadata database with following SQL statement:
+In the default configuration, KEDA will derive the desired number of Celery
workers by querying Airflow metadata database with the following SQL statement:
.. code-block:: none
@@ -109,7 +109,7 @@ Metrics
-------
The HPA controller, refreshes metrics defined in triggers every
``--horizontal-pod-autoscaler-sync-period`` and the values are routed to
-KEDA Metrics Server directly. To reduce the load on the KEDA Scaler, you can
set ``useCachedMetrics`` to true, to enabling reading metrics
+KEDA Metrics Server directly. To reduce the load on the KEDA Scaler, you can
set ``useCachedMetrics`` to true, to enable reading metrics
from cache first. Cache is updated periodically every ``pollingInterval``.
.. note::