From 1d31fe99af67c21b863150697f1acb568b8d09c1 Mon Sep 17 00:00:00 2001 From: Forest Date: Sat, 15 Nov 2025 11:33:44 -0800 Subject: [PATCH] secrets.md: trivial grammar fix Signed-off-by: Forest --- content/client-server-api/modules/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/secrets.md b/content/client-server-api/modules/secrets.md index d1cde409..acb4d98c 100644 --- a/content/client-server-api/modules/secrets.md +++ b/content/client-server-api/modules/secrets.md @@ -59,7 +59,7 @@ clients will try to use the default key to decrypt secrets. Clients that want to present a simplified interface to users by not supporting multiple keys should use the default key if one is specified. If no default -key is specified, the client may behave as if there is no key is present at +key is specified, the client may behave as if no key is present at all. When such a client creates a key, it should mark that key as being the default key.