Skip to content

docs: fix "does [verb]" #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Also, _clojure.jdbc_ comes with alternative, more human comprehensible format, l
:password "password"}) ;; Optional
----

But it has some disadvantages: it does not supports all options of a default dbspec format.
But it has some disadvantages: it does not support all options of a default dbspec format.

Also, *dbspec* can be represented as a URI.

Expand Down Expand Up @@ -231,7 +231,7 @@ macro:

[NOTE]
====
_clojure.jdbc_ does not uses any dynamic thread-local vars to store the transaction state
_clojure.jdbc_ does not use any dynamic thread-local vars to store the transaction state
of a connection. Instead of that, it overwrites the lexical scope value of `conn` with a new
connection that has transactional state.
====
Expand Down