From 28d3087a8d87ac3df5c54d1100fbbcd12c2ba2ff Mon Sep 17 00:00:00 2001 From: Eric Irish Date: Thu, 25 Nov 2021 12:19:11 -0500 Subject: [PATCH] Fix type in README.MD (#164) Change `automaticaly` to `automatically`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41223f0..0b2d7ae 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ Note that all this eager related options are optional. [`transaction`](https://vincit.github.io/objection.js/api/objection/#transaction) documentation. -- **`atomic`** - when `true` ensure that multi create or graph insert/upsert success or fail all at once. Under the hood, automaticaly create a transaction and commit on success or rollback on partial or total failure. __Ignored__ if you added your own `transaction` object in params. +- **`atomic`** - when `true` ensure that multi create or graph insert/upsert success or fail all at once. Under the hood, automatically create a transaction and commit on success or rollback on partial or total failure. __Ignored__ if you added your own `transaction` object in params. - **`mergeAllowEager`** - Will merge the given expression to the existing expression from the `allowEager` service option. See [`allowGraph`](https://vincit.github.io/objection.js/api/query-builder/eager-methods.html#allowgraph)