[hotfix][docs] typo Adaptvie/Adaptive and booleans in autoscaler docs
diff --git a/docs/content.zh/docs/custom-resource/autoscaler.md b/docs/content.zh/docs/custom-resource/autoscaler.md
index 648ca40..b70eee9 100644
--- a/docs/content.zh/docs/custom-resource/autoscaler.md
+++ b/docs/content.zh/docs/custom-resource/autoscaler.md
@@ -246,13 +246,13 @@
You can start a Flink Streaming job with the following ConfigOptions.
-```
-# Enable Adaptvie scheduler to play the in-place rescaling.
+```yaml
+# Enable Adaptive scheduler to play the in-place rescaling.
jobmanager.scheduler : adaptive
# Enable autoscale and scaling
-job.autoscaler.enabled : true
-job.autoscaler.scaling.enabled : true
+job.autoscaler.enabled : "true"
+job.autoscaler.scaling.enabled : "true"
job.autoscaler.stabilization.interval : 1m
job.autoscaler.metrics.window : 3m
```
diff --git a/docs/content/docs/custom-resource/autoscaler.md b/docs/content/docs/custom-resource/autoscaler.md
index e55f56e..0b3ee75 100644
--- a/docs/content/docs/custom-resource/autoscaler.md
+++ b/docs/content/docs/custom-resource/autoscaler.md
@@ -246,13 +246,13 @@
You can start a Flink Streaming job with the following ConfigOptions.
-```
-# Enable Adaptvie scheduler to play the in-place rescaling.
+```yaml
+# Enable Adaptive scheduler to play the in-place rescaling.
jobmanager.scheduler : adaptive
# Enable autoscale and scaling
-job.autoscaler.enabled : true
-job.autoscaler.scaling.enabled : true
+job.autoscaler.enabled : "true"
+job.autoscaler.scaling.enabled : "true"
job.autoscaler.stabilization.interval : 1m
job.autoscaler.metrics.window : 3m
```