From d1edf75f6f36d7042cc32b9c499d92e8ed77d294 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 12 Jan 2019 19:12:52 +0100 Subject: [PATCH] fix(core): update --- ts/smartacme.classes.smartacme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartacme.classes.smartacme.ts b/ts/smartacme.classes.smartacme.ts index 301f882..642c5a4 100644 --- a/ts/smartacme.classes.smartacme.ts +++ b/ts/smartacme.classes.smartacme.ts @@ -5,7 +5,7 @@ import * as interfaces from './interfaces'; import { request } from 'http'; /** - * the options for the @see SmartAcme + * the options for the class @see SmartAcme */ export interface ISmartAcmeOptions { accountPrivateKey?: string;