mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Fix typo
This commit is contained in:
parent
5154cc92d6
commit
fc4990cf16
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class Registration(ResourceBody):
|
|||
:ivar tuple certificates: URIs to Certificate Resources.
|
||||
|
||||
"""
|
||||
certificates = jose.Field('certificaets')
|
||||
certificates = jose.Field('certificates')
|
||||
|
||||
phone_prefix = 'tel:'
|
||||
email_prefix = 'mailto:'
|
||||
|
|
|
|||
Loading…
Reference in a new issue