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 {