Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 777a923

Browse files
authored
Merge pull request #55 from adamsir/master
Fix typo in CLI
2 parents e2c5533 + 928e08a commit 777a923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import util from './util.ts'
88
import { version } from './version.ts'
99

1010
const commands = {
11-
'init': 'Create a new appliaction',
11+
'init': 'Create a new application',
1212
'dev': 'Start the app in development mode',
1313
'start': 'Start the app in production mode',
1414
'build': 'Build the app to a static site (SSG)',

0 commit comments

Comments
 (0)