Skip to content

Commit cd66c87

Browse files
author
Anders Brams
committed
Corrected typo
1 parent cd4af67 commit cd66c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ type OnProcessHook = (value: any, parsed: { args, opts, extra }, assign: (value:
498498
2. Assigns the value to the option/argument
499499
500500
```typescript
501-
new CliCommadn('build')
501+
new CliCommand('build')
502502
.withArguments({ name: 'address', onProcess: async (value, parsed, assign) => {
503503
if (value === undefined) {
504504
const address = await prompts.Prompt('Please enter your address')

0 commit comments

Comments
 (0)