Skip to content

Commit 3430c51

Browse files
gorisansondougwilson
authored andcommitted
docs: fix broken section link
closes #2405
1 parent 67285cc commit 3430c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ connection.query('SELECT * FROM `books` WHERE `author` = ?', ['David'], function
687687
The third form `.query(options, callback)` comes when using various advanced
688688
options on the query, like [escaping query values](#escaping-query-values),
689689
[joins with overlapping column names](#joins-with-overlapping-column-names),
690-
[timeouts](#timeout), and [type casting](#type-casting).
690+
[timeouts](#timeouts), and [type casting](#type-casting).
691691

692692
```js
693693
connection.query({

0 commit comments

Comments
 (0)