Skip to content

Commit 4a788f8

Browse files
authored
Merge pull request #431 from neverendingqs/patch-1
docs(README): typo (`fire of` => `fire off`).
2 parents ebd2472 + ef96314 commit 4a788f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ odbc.pool(`${process.env.CONNECTION_STRING}`, (error1, pool) => {
773773

774774
### `.query(sql, parameters?, callback?)`
775775

776-
Utility function to execute a query on any open connection in the pool. Will get a connection, fire of the query, return the results, and return the connection the the pool.
776+
Utility function to execute a query on any open connection in the pool. Will get a connection, fire off the query, return the results, and return the connection the the pool.
777777

778778
#### Parameters:
779779
* **sql**: An SQL string that will be executed. Can optionally be given parameter markers (`?`) and also given an array of values to bind to the parameters.

0 commit comments

Comments
 (0)