Skip to content

Commit 66c38a9

Browse files
authored
Update paramTypes.md
1 parent 1cd9ea5 commit 66c38a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/paramTypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ An object with the following following optional fields:
6666
- **`numbered`**: `Array<"?" | ":" | "$">`. To allow for `?1`, `:2` and/or `$3` syntax for numbered placholders.
6767
- **`named`**: `Array<":" | "@" | "$">`. To allow for `:name`, `@name` and/or `$name` syntax for named placholders.
6868
- **`quoted`**: `Array<":" | "@" | "$">`. To allow for `:"name"`, `@"name"` and/or `$"name"` syntax for quoted placholders.
69-
Note that the type of quotes dependes on the quoted identifiers supported by a dialect.
69+
Note that the type of quotes depends on the quoted identifiers supported by a dialect.
7070
For example in MySQL using `paramTypes: {quoted: [':']}` would allow you to use `` :`name` `` syntax,
7171
while in Transact-SQL `:"name"` and `:[name]` would work instead.
7272
See [identifier syntax wiki page][] for information about differences in support quoted identifiers.

0 commit comments

Comments
 (0)