Skip to content

Commit

Permalink
docs: fix minor typo (#11279)
Browse files Browse the repository at this point in the history
  • Loading branch information
papb authored and sushantdhiman committed Aug 5, 2019
1 parent bc8c7b9 commit 748f690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sequelize.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion types/lib/sequelize.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ export class Sequelize extends Hooks {
): 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,
* containing number of affected rows etc. Use `.then(([...]))` to access the results.
Expand Down

0 comments on commit 748f690

Please sign in to comment.