Skip to content

Commit 4d0ecb5

Browse files
authored
Merge pull request #157 from jirkavrba/fix-typo-in-api
Fix typo in the caprover api confirmation
2 parents 16ca8d7 + 759b9cf commit 4d0ecb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default class Api extends Command {
191191
{
192192
name: 'confirmedToCall',
193193
type: 'confirm',
194-
message: 'are you sure you want to procede?',
194+
message: 'are you sure you want to proceed?',
195195
default: true,
196196
hide: true,
197197
when: () =>

0 commit comments

Comments
 (0)