Skip to content

Commit

Permalink
docs: fix grammatical error (lets => let's) (#5954)
Browse files Browse the repository at this point in the history
Change "lets" to "let's" in the sentence "since we have errors lets [sic] rollback changes we made".
  • Loading branch information
patrickhpan committed May 16, 2020
1 parent 3cfcc50 commit 4ef0bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transactions.md
Expand Up @@ -150,7 +150,7 @@ try {

} catch (err) {

// since we have errors lets rollback changes we made
// since we have errors let's rollback changes we made
await queryRunner.rollbackTransaction();

} finally {
Expand Down

0 comments on commit 4ef0bce

Please sign in to comment.