8000 docs: fix typo in readme · mysqljs/mysql@34534d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34534d2

Browse files
TyMickdougwilson
authored andcommitted
docs: fix typo in readme
closes #2320
1 parent 260ed10 commit 34534d2

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
@@ -662,7 +662,7 @@ be set to restore offline nodes after a given timeout.
662662
The most basic way to perform a query is to call the `.query()` method on an object
663663
(like a `Connection`, `Pool`, or `PoolNamespace` instance).
664664

665-
The simplest form of .`query()` is `.query(sqlString, callback)`, where a SQL string
665+
The simplest form of `.query()` is `.query(sqlString, callback)`, where a SQL string
666666
is the first argument and the second is a callback:
667667

668668
```js

0 commit comments

Comments
 (0)
0