From 438c2f14799010f5b347925e9970d4458fd0579e Mon Sep 17 00:00:00 2001 From: nxadm Date: Tue, 6 Sep 2022 19:11:36 +0200 Subject: [PATCH] docs: fix typo (#1711) --- registration/registar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registration/registar.go b/registration/registar.go index 25a1b7df..76920818 100644 --- a/registration/registar.go +++ b/registration/registar.go @@ -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"`