Skip to content

Commit 0034f2a

Browse files
committed
error wording
1 parent 99b3a90 commit 0034f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tools/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export function findStringInMessages(
215215

216216
throw new Error(
217217
`${stringType} not found in conversation. ` +
218-
`Make sure the string exists and is spelled correctly.`,
218+
`Make sure the string exists and is spelled exactly as it appears.`,
219219
)
220220
}
221221

0 commit comments

Comments
 (0)