Skip to content

Commit 7196b33

Browse files
committed
Grammar typo
1 parent 4b1d39e commit 7196b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14971,7 +14971,7 @@ const query = `SELECT * FROM ` + tableName;
1497114971
```
1497214972

1497314973
The same technique can be used to construct the list of selected
14974-
column names. Make sure to use a Allow List of names to avoid SQL
14974+
column names. Make sure to use an Allow List of names to avoid SQL
1497514975
Injection security risks.
1497614976

1497714977
Each final SQL statement will obviously be distinct, and will use a

0 commit comments

Comments
 (0)