Skip to content

Commit b3f5f0a

Browse files
nathanjrobertsontvdijen
authored andcommitted
Spelling fix
1 parent f4f69ad commit b3f5f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Options
3838
Writing a Query / Queries
3939
-------------------------
4040

41-
A `query` can be either a single string with an SQL statement, or an array of queries, run in order. That single string (or the first query in the array) is the "authentication query" - the parameters `:username` and `:password` are available and should be evaluated by the query for authenticaion purposes. If the username/password is incorrect, the "authentication query" should return no rows. The rows returned represent attributes to be returned.
41+
A `query` can be either a single string with an SQL statement, or an array of queries, run in order. That single string (or the first query in the array) is the "authentication query" - the parameters `:username` and `:password` are available and should be evaluated by the query for authentication purposes. If the username/password is incorrect, the "authentication query" should return no rows. The rows returned represent attributes to be returned.
4242

4343
Taking this example schema:
4444

0 commit comments

Comments
 (0)