Fix typo (#64)

This commit is contained in:
Antoine GIRARD 2017-07-08 16:16:15 +02:00 committed by Lunny Xiao
parent 0ccfe01abb
commit 9990008755

View file

@ -32,7 +32,7 @@ type GPGKey struct {
Expires time.Time `json:"expires_at,omitempty"`
}
// GPGKeyEmail a email attache to a GPGKey
// GPGKeyEmail an email attached to a GPGKey
// swagger:model GPGKeyEmail
type GPGKeyEmail struct {
Email string `json:"email"`