mirror of
				https://github.com/go-acme/lego.git
				synced 2025-10-31 08:27:38 +02:00 
			
		
		
		
	docs: fix typo (#1711)
This commit is contained in:
		| @@ -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"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user