Skip to content

Commit 4494ed2

Browse files
authored
fix(valid-expect-in-promise): adjust grammer in rule message (#1264)
1 parent 5b1f0ba commit 4494ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/valid-expect-in-promise.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export default createRule({
347347
},
348348
messages: {
349349
expectInFloatingPromise:
350-
"This promise should either be returned or awaited to ensure the expects in it's chain are called",
350+
'This promise should either be returned or awaited to ensure the expects in its chain are called',
351351
},
352352
type: 'suggestion',
353353
schema: [],

0 commit comments

Comments
 (0)