Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abd4a6a

Browse files
committed
Correct additional typo.
1 parent 2330c5b commit abd4a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide/transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ After you have created a transaction, you need to tell objection which queries s
6969

7070
### Passing around a transaction object
7171

72-
The most straight forward way to use a transaction is to explicitly give it to each query you start. [query](/api/model/static-methods.html#static-query), [\$query](/api/model/instance-methods.html#query) and [\$relatedQuery](/api/model/instance-methods.html#relatedquery) accept a transaction as their last argument.
72+
The most straightforward way to use a transaction is to explicitly give it to each query you start. [query](/api/model/static-methods.html#static-query), [\$query](/api/model/instance-methods.html#query) and [\$relatedQuery](/api/model/instance-methods.html#relatedquery) accept a transaction as their last argument.
7373

7474
```js
7575
try {

0 commit comments

Comments
 (0)