Skip to content

Commit

Permalink
chore(cli): fix typo (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede authored Dec 9, 2024
1 parent d9ae15d commit 93e8558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function getArgs() {
"https.domains": {
type: "string",
description:
"Comma seperated list of domains and IPs, the autogenerated certificate should be valid for (https: true)",
"Comma separated list of domains and IPs, the autogenerated certificate should be valid for (https: true)",
},
publicURL: {
type: "string",
Expand Down

0 comments on commit 93e8558

Please sign in to comment.