From 802866185899c953f31b4978639a08c328f08ea1 Mon Sep 17 00:00:00 2001 From: Richard Chapman Date: Tue, 3 Mar 2026 19:44:32 +1300 Subject: [PATCH] Fix typos --- docs/how-tos/set-up-notifications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-tos/set-up-notifications.md b/docs/how-tos/set-up-notifications.md index aff0536d..51ca1533 100644 --- a/docs/how-tos/set-up-notifications.md +++ b/docs/how-tos/set-up-notifications.md @@ -90,8 +90,8 @@ Here is a list of all data passed to the template: * `Services`: object containing stats about the docker services (only populated when Docker is running in Swarm mode) * `All`: total number of services * `ToScaleDown`: number of containers matched by the scale down rule - * `ScaledDwon`: number of containers successfully scaled down - * `ScaleDownErrors`: number of containers that were unable to be stopped (equal to `ToScaleDown - ScaledDowm`) + * `ScaledDown`: number of containers successfully scaled down + * `ScaleDownErrors`: number of containers that were unable to be stopped (equal to `ToScaleDown - ScaledDown`) * `BackupFile`: object containing information about the backup file * `Name`: name of the backup file (e.g. `backup-2022-02-11T01-00-00.tar.gz`) * `FullPath`: full path of the backup file (e.g. `/archive/backup-2022-02-11T01-00-00.tar.gz`)