From feb31d52551e86e86d67233342703c634575102d Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 16 Nov 2019 19:57:04 -0800 Subject: [PATCH] Fix typo --- doc/middleware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/middleware.md b/doc/middleware.md index ceaf0aa..fc66895 100644 --- a/doc/middleware.md +++ b/doc/middleware.md @@ -120,6 +120,6 @@ Because the pre- and post-process hooks can modify the options hash map that is ;; ... SQL took 10 ms, build took 2 ms, for select * from fruit ``` -This takes advantage of the fact that `next.jdbc` adds the SQL & parameters vector into the options automcatically, under the key `:next.jdbc/sql-params`. +This takes advantage of the fact that `next.jdbc` adds the SQL & parameters vector into the options automatically, under the key `:next.jdbc/sql-params`. [<: All The Options](/doc/all-the-options.md) | [`datafy`, `nav`, and `:schema` :>](/doc/datafy-nav-and-schema.md)