From 4ef0bce07469a647280b21cfcb6dd19b46efb90a Mon Sep 17 00:00:00 2001 From: Patrick Pan Date: Sat, 16 May 2020 05:19:25 -0400 Subject: [PATCH] docs: fix grammatical error (lets => let's) (#5954) Change "lets" to "let's" in the sentence "since we have errors lets [sic] rollback changes we made". --- docs/transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transactions.md b/docs/transactions.md index 0c03fb6efe..92f1788c2d 100644 --- a/docs/transactions.md +++ b/docs/transactions.md @@ -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 {