Add quotes

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
davidegirardi 2024-06-24 09:57:18 +02:00 committed by GitHub
parent 451120e6b1
commit 4ccc2c2b1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 Secrets are plain strings; structured data can be stored by encoding it
as a string. as a string.
The mechanism described in this section is known as secure secret storage and The mechanism described in this section is known as "secure secret storage and
sharing, SSSS, or 4S. sharing", "SSSS", or "4S".
#### Storage #### Storage