From 15cc4e222c89340456d648b0f551def643933aa8 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Sat, 23 Jul 2022 22:14:44 +0200 Subject: [PATCH] chore: fix typo on liiklus scaler Signed-off-by: Jorge Turrado --- content/docs/2.8/scalers/liiklus-topic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/2.8/scalers/liiklus-topic.md b/content/docs/2.8/scalers/liiklus-topic.md index dd780b18e..a3ee77722 100644 --- a/content/docs/2.8/scalers/liiklus-topic.md +++ b/content/docs/2.8/scalers/liiklus-topic.md @@ -32,7 +32,7 @@ triggers: - `group` - Name of consumer group. - `topic` - Topic to monitor and scale based on `lagThreshold`. - `lagThreshold` - Value to trigger scaling actions for. (Default: `10`, Optional) -- `activationLagThreshold` - - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional) +- `activationLagThreshold` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional) - `groupVersion` - Version of the group to consider when looking at messages. See [docs](https://github.com/bsideup/liiklus/blob/22efb7049ebcdd0dcf6f7f5735cdb5af1ae014de/app/src/test/java/com/github/bsideup/liiklus/GroupVersionTest.java). (Default: `0`, Optional) ### Authentication Parameters