From e56dec2afc6318d81b49466719f189edc7426fe8 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 2 Feb 2024 13:24:57 +0300 Subject: [PATCH] Fix typo in README.md --- vault-token/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault-token/README.md b/vault-token/README.md index 126cec5..b7d2339 100644 --- a/vault-token/README.md +++ b/vault-token/README.md @@ -60,7 +60,7 @@ To configure the Vault module, you must create a Vault token with the the requir ```shell vault token create -policy="read-coder-secrets" ``` -3. Copy the generated and use in your template. +3. Copy the generated token and use in your template. ## Examples