age: keep age lowercase in all docs

This commit is contained in:
Filippo Valsorda
2022-07-03 12:48:48 +02:00
parent 0ab5c738fb
commit 95ba0188d1
+2 -2
View File
@@ -10,12 +10,12 @@
// ScryptRecipient and ScryptIdentity. For compatibility with existing SSH keys
// use the filippo.io/age/agessh package.
//
// Age encrypted files are binary and not malleable. For encoding them as text,
// age encrypted files are binary and not malleable. For encoding them as text,
// use the filippo.io/age/armor package.
//
// Key management
//
// Age does not have a global keyring. Instead, since age keys are small,
// age does not have a global keyring. Instead, since age keys are small,
// textual, and cheap, you are encouraged to generate dedicated keys for each
// task and application.
//