Skip to content

Commit

Permalink
fix(valid-expect-in-promise): adjust grammer in rule message (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Oct 14, 2022
1 parent 5b1f0ba commit 4494ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/valid-expect-in-promise.ts
Expand Up @@ -347,7 +347,7 @@ export default createRule({
},
messages: {
expectInFloatingPromise:
"This promise should either be returned or awaited to ensure the expects in it's chain are called",
'This promise should either be returned or awaited to ensure the expects in its chain are called',
},
type: 'suggestion',
schema: [],
Expand Down

0 comments on commit 4494ed2

Please sign in to comment.