File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export function findSummaryAnchorForBoundary(
4444
4545 throw new Error (
4646 `Found multiple matches for ${ stringType } . ` +
47- `Provide more surrounding context to uniquely identify the intended match.` ,
47+ `Provide more surrounding context to uniquely identify the intended match.` ,
4848 )
4949 }
5050
@@ -224,7 +224,7 @@ export function findStringInMessages(
224224 } )
225225 throw new Error (
226226 `Found multiple matches for ${ stringType } . ` +
227- `Provide more surrounding context to uniquely identify the intended match.` ,
227+ `Provide more surrounding context to uniquely identify the intended match.` ,
228228 )
229229 }
230230
@@ -273,7 +273,7 @@ export function findStringInMessages(
273273 } )
274274 throw new Error (
275275 `${ stringType } not found in conversation. ` +
276- `Make sure the string exists and is spelled exactly as it appears.` ,
276+ `Make sure the string exists and is spelled exactly as it appears.` ,
277277 )
278278 }
279279
@@ -301,7 +301,7 @@ export function findStringInMessages(
301301 } )
302302 throw new Error (
303303 `Found multiple matches for ${ stringType } . ` +
304- `Provide more unique surrounding context to disambiguate.` ,
304+ `Provide more unique surrounding context to disambiguate.` ,
305305 )
306306 }
307307
You can’t perform that action at this time.
0 commit comments