From 5d1a971c448be600c737a04b02fabd4bd6900768 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Mon, 24 Feb 2025 11:14:20 -0800 Subject: [PATCH] Add missing '**' to the prereq (#29696) --- website/content/docs/secrets/kv/kv-v2/random-string.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/secrets/kv/kv-v2/random-string.mdx b/website/content/docs/secrets/kv/kv-v2/random-string.mdx index 6f9a79fbb5..229a166f35 100644 --- a/website/content/docs/secrets/kv/kv-v2/random-string.mdx +++ b/website/content/docs/secrets/kv/kv-v2/random-string.mdx @@ -13,7 +13,7 @@ random strings and save the strings to your key/value v2 plugin. ## Before you start -- **You must have `read`, `create`, and `update` permission for password policies. +- **You must have `read`, `create`, and `update` permission for password policies**. - **You must have `create` and `update` permission for your `kv` v2 plugin**.