Skip to content

Commit

Permalink
chore: Fix a typo (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman authored Oct 26, 2024
1 parent 19da45b commit 03e3e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satellite/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const satelliteConfigSchema: Schema<SatelliteConfig> = {
},
restPort: {
type: 'integer',
description: 'Port number of run HTTP server on',
description: 'Port number to run HTTP server on',
minimum: 1,
maximum: 65535,
default: 9999,
Expand Down

0 comments on commit 03e3e21

Please sign in to comment.