From d8cf991a27e55d8d8154fbdbb7703f600552cf22 Mon Sep 17 00:00:00 2001 From: mrchatam <287639636+mrchatam@users.noreply.github.com> Date: Fri, 11 Sep 2026 22:42:33 +0000 Subject: [PATCH] docs(engine): use 'an SSH' when reusing connections --- content/manuals/engine/security/protect-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/security/protect-access.md b/content/manuals/engine/security/protect-access.md index c4066f3259ec..42b2bae0f7ce 100644 --- a/content/manuals/engine/security/protect-access.md +++ b/content/manuals/engine/security/protect-access.md @@ -67,7 +67,7 @@ $ docker info ### SSH Tips For the best user experience with SSH, configure `~/.ssh/config` as follows to allow -reusing a SSH connection for multiple invocations of the `docker` CLI: +reusing an SSH connection for multiple invocations of the `docker` CLI: ```text ControlMaster auto