summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/cli/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/src/cli/index.ts b/packages/astro/src/cli/index.ts
index a54ae1b72..f379d8bc9 100644
--- a/packages/astro/src/cli/index.ts
+++ b/packages/astro/src/cli/index.ts
@@ -81,8 +81,8 @@ function resolveCommand(flags: Arguments): CLICommand {
return 'help';
}
-/**
- * Run the given command with the given flags.
+/**
+ * Run the given command with the given flags.
* NOTE: This function provides no error handling, so be sure
* to present user-friendly error output where the fn is called.
**/