We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564e717 commit 3825c6bCopy full SHA for 3825c6b
packages/prompts/README.md
@@ -35,7 +35,7 @@ The `isCancel` function is a guard that detects when a user cancels a question w
35
import { isCancel, cancel, text } from '@clack/prompts';
36
37
const value = await text({
38
- message: 'What is the meaning of life?',
+ message: 'What is the meaning of life?',
39
});
40
41
if (isCancel(value)) {
0 commit comments