Skip to content

Commit 3825c6b

Browse files
natemoo-regithub-actions[bot]
authored andcommitted
[ci] format
1 parent 564e717 commit 3825c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/prompts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The `isCancel` function is a guard that detects when a user cancels a question w
3535
import { isCancel, cancel, text } from '@clack/prompts';
3636

3737
const value = await text({
38-
message: 'What is the meaning of life?',
38+
message: 'What is the meaning of life?',
3939
});
4040

4141
if (isCancel(value)) {

0 commit comments

Comments
 (0)