From 4ccc2c2b1bbc5352698f427175245133eef9d270 Mon Sep 17 00:00:00 2001 From: davidegirardi <16451191+davidegirardi@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:57:18 +0200 Subject: [PATCH] Add quotes Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/client-server-api/modules/secrets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/secrets.md b/content/client-server-api/modules/secrets.md index 81ce62160..3e586bc44 100644 --- a/content/client-server-api/modules/secrets.md +++ b/content/client-server-api/modules/secrets.md @@ -15,8 +15,8 @@ secret when storing, fetching, requesting, or sharing the secret. Secrets are plain strings; structured data can be stored by encoding it as a string. -The mechanism described in this section is known as secure secret storage and -sharing, SSSS, or 4S. +The mechanism described in this section is known as "secure secret storage and +sharing", "SSSS", or "4S". #### Storage