diff --git a/docs/production/index.rst b/docs/production/index.rst index bace15d3..c6f561ca 100644 --- a/docs/production/index.rst +++ b/docs/production/index.rst @@ -540,7 +540,7 @@ configuration. } -Using `python-jwt` converting a existing private key in PEM format is quite easy:: +Using `python-jwt` converting an existing private key in PEM format is quite easy:: import python_jwt as jwt, jwcrypto.jwk as jwk @@ -554,4 +554,4 @@ Using `python-jwt` converting a existing private key in PEM format is quite easy {"body": {}, "uri": "https://acme-staging-v02.api.letsencrypt.org/acme/acct/"} -The uri can be retrieved from the ACME create account endpoint, when trying to create a new account, using the existing key. \ No newline at end of file +The URI can be retrieved from the ACME create account endpoint when creating a new account, using the existing key. \ No newline at end of file