Skip to content

Commit 785374c

Browse files
Fix typos (#739)
1 parent 1fe4cd0 commit 785374c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-tos/set-up-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Here is a list of all data passed to the template:
9090
* `Services`: object containing stats about the docker services (only populated when Docker is running in Swarm mode)
9191
* `All`: total number of services
9292
* `ToScaleDown`: number of containers matched by the scale down rule
93-
* `ScaledDwon`: number of containers successfully scaled down
94-
* `ScaleDownErrors`: number of containers that were unable to be stopped (equal to `ToScaleDown - ScaledDowm`)
93+
* `ScaledDown`: number of containers successfully scaled down
94+
* `ScaleDownErrors`: number of containers that were unable to be stopped (equal to `ToScaleDown - ScaledDown`)
9595
* `BackupFile`: object containing information about the backup file
9696
* `Name`: name of the backup file (e.g. `backup-2022-02-11T01-00-00.tar.gz`)
9797
* `FullPath`: full path of the backup file (e.g. `/archive/backup-2022-02-11T01-00-00.tar.gz`)

0 commit comments

Comments
 (0)