Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
mzch committed Oct 1, 2020
1 parent 269c339 commit 5ac1190
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions types/ptorx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,11 @@ export namespace Ptorx {
* @example "/path/to/mail-cache"
*/
MAIL_CACHE_DIRECTORY: string;
/**
* Absolute path of sendmail command for outgoing mails.
* @example "/usr/sbin/sendmail"
*/
SENDMAIL_PATH: string;
/**
* Absolute path of sendmail command for outgoing mails.
* @example "/usr/sbin/sendmail"
*/
SENDMAIL_PATH: string;
}

export interface Web extends Ptorx.Env.Common {
Expand Down

0 comments on commit 5ac1190

Please sign in to comment.