Skip to content

Commit

Permalink
Fix type in README.MD (#164)
Browse files Browse the repository at this point in the history
Change `automaticaly` to `automatically`.
  • Loading branch information
ericirish committed Nov 25, 2021
1 parent 955ee86 commit 8099e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8099e52

Please sign in to comment.