summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamer Tas <tamertas@outlook.com>2015-04-01 00:56:20 +0300
committerTamer Tas <tamertas@outlook.com>2015-04-01 00:56:20 +0300
commit2108ead7d3ed6cdcea54aa73e6fb913010d7849c (patch)
treeb51cb0ed9c8ce669afc4d38146e91a90f932a383
parent6e8f790f1c1def2f1cbce19ae29027008cf38b91 (diff)
Fix typo in Secrets
-rw-r--r--secrets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/secrets.md b/secrets.md
index d47d6092..3c61de68 100644
--- a/secrets.md
+++ b/secrets.md
@@ -277,7 +277,7 @@ type Secret struct {
// representing the arbitrary (possibly non-string) data value here.
Data map[string][]byte `json:"data,omitempty"`
- // Used to facilitate programatic handling of secret data.
+ // Used to facilitate programmatic handling of secret data.
Type SecretType `json:"type,omitempty"`
}