From 23bf8ae170e2f4c40218ea2a6c1709288b7a89dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Hanzl=C3=ADk?= Date: Tue, 3 Sep 2024 09:26:59 +0200 Subject: [PATCH] Update content/docs/2.16/scalers/selenium-grid-scaler.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix typo Co-authored-by: Jorge Turrado Ferrero Signed-off-by: Robert Hanzlík --- content/docs/2.16/scalers/selenium-grid-scaler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/2.16/scalers/selenium-grid-scaler.md b/content/docs/2.16/scalers/selenium-grid-scaler.md index a9d7ca370..850b8a1e5 100644 --- a/content/docs/2.16/scalers/selenium-grid-scaler.md +++ b/content/docs/2.16/scalers/selenium-grid-scaler.md @@ -108,7 +108,7 @@ spec: sessionBrowserName: 'msedge' ``` -If your selenium browser nodes are not exactly same and you wanna to scale them based on real `slots` settings, set `setSessionsFromHub` to `true` and `setSessionsFromHub` to real number of slots, if you wanna scale from 0. +If your selenium browser nodes are not exactly same and you wanna to scale them based on real `slots` settings, set `setSessionsFromHub` to `true` and `sessionsPerNode` to real number of slots, if you wanna scale from 0. ```yaml apiVersion: keda.sh/v1alpha1