Skip to content

Commit

Permalink
docs: fix typo (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm authored Sep 6, 2022
1 parent a927c96 commit 438c2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registration/registar.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

// Resource represents all important information about a registration
// of which the client needs to keep track itself.
// WARNING: will be remove in the future (acme.ExtendedAccount), https://github.com/go-acme/lego/issues/855.
// WARNING: will be removed in the future (acme.ExtendedAccount), https://github.com/go-acme/lego/issues/855.
type Resource struct {
Body acme.Account `json:"body,omitempty"`
URI string `json:"uri,omitempty"`
Expand Down

0 comments on commit 438c2f1

Please sign in to comment.