不要怂,就是干,撸起袖子干!

Commit 748f6908 by Pedro Augusto de Paula Barbosa Committed by Sushant

docs: fix minor typo (#11279)

1 parent bc8c7b9a
Showing with 2 additions and 2 deletions
...@@ -486,7 +486,7 @@ class Sequelize { ...@@ -486,7 +486,7 @@ class Sequelize {
} }
/** /**
* Execute a query on the DB, with the possibility to bypass all the sequelize goodness. * Execute a query on the DB, optionally bypassing all the Sequelize goodness.
* *
* By default, the function will return two arguments: an array of results, and a metadata object, containing number of affected rows etc. * By default, the function will return two arguments: an array of results, and a metadata object, containing number of affected rows etc.
* *
......
...@@ -1140,7 +1140,7 @@ export class Sequelize extends Hooks { ...@@ -1140,7 +1140,7 @@ export class Sequelize extends Hooks {
): T; ): T;
/** /**
* Execute a query on the DB, with the posibility to bypass all the sequelize goodness. * Execute a query on the DB, optionally bypassing all the Sequelize goodness.
* *
* By default, the function will return two arguments: an array of results, and a metadata object, * By default, the function will return two arguments: an array of results, and a metadata object,
* containing number of affected rows etc. Use `.then(([...]))` to access the results. * containing number of affected rows etc. Use `.then(([...]))` to access the results.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!