Skip to content

Commit

Permalink
code suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Mar 2, 2023
1 parent 0fd0c39 commit 526c6de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/astro/src/core/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async function build(settings: AstroSettings, options: BuildOptio
usage: '[...flags]',
tables: {
Flags: [
['--drafts', `Includes Markdown draft pages in the build.`],
['--drafts', `Include Markdown draft pages in the build.`],
['--help (-h)', 'See all available flags.'],
],
},
Expand Down
6 changes: 3 additions & 3 deletions packages/astro/src/core/dev/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ export default async function dev(
usage: '[...flags]',
tables: {
Flags: [
['--port', `Specifies which port to run on. Defaults to 3000.`],
['--host', `listen on all addresses, including LAN and public addresses.`],
['--host <custom-address>', `expose on a network IP address at <custom-address>`],
['--port', `Specify which port to run on. Defaults to 3000.`],
['--host', `Listen on all addresses, including LAN and public addresses.`],
['--host <custom-address>', `Expose on a network IP address at <custom-address>`],
['--help (-h)', 'See all available flags.'],
],
},
Expand Down

0 comments on commit 526c6de

Please sign in to comment.