Co-Authored-By: Shamil K <me@noteness.in>
This commit is contained in:
Hubert Chathi 2019-06-02 16:09:47 -04:00 committed by GitHub
parent da5ce919f2
commit fee2ebf682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ way of storing such data.
## Proposal
Secrets are data that clients need to use and thate are sent through or stored
Secrets are data that clients need to use and that are sent through or stored
on the server, but should not be visible to server operators. Secrets are
plain strings -- if clients need to use more complicated data, it must be
encoded as a string.