From 92c3850fe1eaec92230134e3575b6a98654f1d07 Mon Sep 17 00:00:00 2001 From: Old Bay <67259928+old-bay@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:38:23 -0500 Subject: [PATCH] Update configure.md (#21915) Just fixed a typo. I am lazy, so I adjusted a single letter as to not bother with any more grammar. ## Description ## Related issues or tickets ## Reviews - [ ] Technical review - [x] Editorial review - [ ] Product review --------- Co-authored-by: Sarah Sanders --- content/manuals/engine/logging/configure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/logging/configure.md b/content/manuals/engine/logging/configure.md index fa7801fb79..3dcd843be5 100644 --- a/content/manuals/engine/logging/configure.md +++ b/content/manuals/engine/logging/configure.md @@ -30,7 +30,7 @@ included with Docker, you can also implement and use [logging driver plugins](pl > output, which can lead to disk space exhaustion. > > Docker keeps the json-file logging driver (without log-rotation) as a default -> to remain backward compatibility with older versions of Docker, and for situations +> to remain backwards compatible with older versions of Docker, and for situations > where Docker is used as runtime for Kubernetes. > > For other situations, the `local` logging driver is recommended as it performs