Skip to content

Commit a42a9c1

Browse files
committed
prompt
1 parent 28ace50 commit a42a9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/ffr/prompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default async function main(ctx: FFrCliContext) {
3030
let promptStr = _.slice(1).join(" ");
3131

3232
if (promptStr.length === 0) {
33-
promptStr = prompt("What should we ask our AI bot?") ?? "";
33+
promptStr = prompt("What should we ask our AI robot?") ?? "";
3434
}
3535

3636
if (promptStr.length === 0) {

0 commit comments

Comments
 (0)