From 08035177116e64b9e62ce7974863a0927aff11c5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 27 Oct 2019 03:07:19 -0600 Subject: [PATCH] typo fix --- account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account.js b/account.js index d511171..5585fed 100644 --- a/account.js +++ b/account.js @@ -147,7 +147,7 @@ A._registerAccount = function(me, options) { ); console.info( 'Greenlock/ACME.js Terms of Use:', - terms.terms.acmeJsTermsUrl + terms.acmeJsTermsUrl ); return true; };