mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
age: fix typo in package docs
This commit is contained in:
parent
ab3707c085
commit
e4ae4cf884
1 changed files with 1 additions and 1 deletions
2
age.go
2
age.go
|
|
@ -16,7 +16,7 @@
|
|||
// Key management
|
||||
//
|
||||
// Age does not have a global keyring. Instead, since age keys are small,
|
||||
// textual, and cheap, you are encoraged to generate dedicated keys for each
|
||||
// textual, and cheap, you are encouraged to generate dedicated keys for each
|
||||
// task and application.
|
||||
//
|
||||
// Recipient public keys can be passed around as command line flags and in
|
||||
|
|
|
|||
Loading…
Reference in a new issue