diff --git a/site/content/docs/manifest/lb-web-service.en.md b/site/content/docs/manifest/lb-web-service.en.md
index e6c2f693cc4..3fabdb99874 100644
--- a/site/content/docs/manifest/lb-web-service.en.md
+++ b/site/content/docs/manifest/lb-web-service.en.md
@@ -432,10 +432,10 @@ The desired count at which you wish to start placing your service using Fargate
Cooldown scaling fields that are used as the default cooldown for all autoscaling fields specified.
count.cooldown.`in` Duration
-The cooldown time for autoscaling fields to scale up the service.
+The cooldown time for autoscaling fields to scale down the service.
count.cooldown.`out` Duration
-The cooldown time for autoscaling fields to scale down the service.
+The cooldown time for autoscaling fields to scale up the service.
The following options `cpu_percentage`, `memory_percentage`, `requests` and `response_time` are autoscaling fields for `count` which can be defined either as the value of the field, or as a Map containing advanced information about the field's `value` and `cooldown`:
```yaml
diff --git a/site/content/docs/manifest/lb-web-service.ja.md b/site/content/docs/manifest/lb-web-service.ja.md
index 07042f7effd..d01ba633147 100644
--- a/site/content/docs/manifest/lb-web-service.ja.md
+++ b/site/content/docs/manifest/lb-web-service.ja.md
@@ -431,10 +431,10 @@ Service の何個目のタスクから Fargate Spot キャパシティプロバ
指定されたすべてのオートスケーリングフィールドのデフォルトクールダウンとして使用されるクールダウンスケーリングフィールド。
count.cooldown.`in` Duration
-Service をスケールアップするためのオートスケーリングのクールダウン時間。
+Service をスケールダウンさせるためのオートスケーリングクールダウン時間。
count.cooldown.`out` Duration
-Service をスケールダウンさせるためのオートスケーリングクールダウン時間。
+Service をスケールアップするためのオートスケーリングのクールダウン時間。
`cpu_percentage`、`memory_percentage`、`requests` および `response_time` のオプションは、オートスケーリングに関する `count` フィールドにて、フィールド値としてあるいはフィールド値とクールダウン設定に関する詳細情報を含むマップとして定義することができます。
```yaml