Skip to content

Commit 56b6ccb

Browse files
fix Composer docs (#21228) (#13486) (#22108)
[upstream:f2531ac0821a371c58d22512dc68b993b1b61459] Signed-off-by: Modular Magician <[email protected]>
1 parent 7af1f34 commit 56b6ccb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changelog/13486.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/r/composer_environment.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ The `worker` block supports:
12751275
* `min_count` -
12761276
(Optional)
12771277
The minimum number of Airflow workers that the environment can run. The number of workers in the
1278-
environment does not go above this number, even if a lower number of workers can handle the load.
1278+
environment does not go below this number, even if a lower number of workers can handle the load.
12791279

12801280
* `max_count` -
12811281
(Optional)
@@ -1621,7 +1621,7 @@ The `worker` block supports:
16211621
* `min_count` -
16221622
(Optional)
16231623
The minimum number of Airflow workers that the environment can run. The number of workers in the
1624-
environment does not go above this number, even if a lower number of workers can handle the load.
1624+
environment does not go below this number, even if a lower number of workers can handle the load.
16251625

16261626
* `max_count` -
16271627
(Optional)

0 commit comments

Comments
 (0)