8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260ed10 commit 34534d2Copy full SHA for 34534d2
Readme.md
@@ -662,7 +662,7 @@ be set to restore offline nodes after a given timeout.
662
The most basic way to perform a query is to call the `.query()` method on an object
663
(like a `Connection`, `Pool`, or `PoolNamespace` instance).
664
665
-The simplest form of .`query()` is `.query(sqlString, callback)`, where a SQL string
+The simplest form of `.query()` is `.query(sqlString, callback)`, where a SQL string
666
is the first argument and the second is a callback:
667
668
```js
0 commit comments