Skip to content

Commit

Permalink
Fix typo: possessive it's should be its
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Oct 14, 2022
1 parent 5b1f0ba commit 6f8dd93
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 6f8dd93

Please sign in to comment.