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;