From cde9d5458961483a4eb6b6d03881a72cdb7ca63b Mon Sep 17 00:00:00 2001 From: Jeremy Adams Date: Tue, 15 Mar 2022 16:52:28 -0700 Subject: [PATCH] Fix typo Signed-off-by: Jeremy Adams --- docs/core-concepts/1204-secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core-concepts/1204-secrets.md b/docs/core-concepts/1204-secrets.md index c295e62c..0a296fd1 100644 --- a/docs/core-concepts/1204-secrets.md +++ b/docs/core-concepts/1204-secrets.md @@ -13,7 +13,7 @@ Most operations in `client` support handling secrets (see [Interacting with the - Read a secret from the output of a command; - Use a secret as the input of a command. -## Environmnet +## Environment The simplest use case is reading from an environment variable: