From 8353511a1251fefb4a807cf088029027eba63ea1 Mon Sep 17 00:00:00 2001 From: rohan436 Date: Wed, 18 Mar 2026 09:01:09 +0800 Subject: [PATCH] docs: fix trust automation wording --- content/manuals/engine/security/trust/trust_automation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/engine/security/trust/trust_automation.md b/content/manuals/engine/security/trust/trust_automation.md index 311840d8d1..8d06240d7e 100644 --- a/content/manuals/engine/security/trust/trust_automation.md +++ b/content/manuals/engine/security/trust/trust_automation.md @@ -16,8 +16,8 @@ When working directly with the Notary client, it uses its [own set of environmen ## Add a delegation private key To automate importing a delegation private key to the local Docker trust store, we -need to pass a passphrase for the new key. This passphrase will be required -everytime that delegation signs a tag. +need to pass a passphrase for the new key. This passphrase will be required +every time that delegation signs a tag. ```console $ export DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE="mypassphrase123"