Fix typo in getting-started.md

This commit is contained in:
frwdrik 2022-02-18 10:52:21 +00:00 committed by GitHub
parent d778fcdb1f
commit 5104216560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -579,7 +579,7 @@ All of those can be handled in a similar manner to the above. See the [Oracle do
## Logging ## Logging
Sometimes it is convenient to database operations logged automatically. `next.jdbc/with-logging` Sometimes it is convenient to have database operations logged automatically. `next.jdbc/with-logging`
provides a way to wrap a datasource (or connection) so that operations on it will be logged via provides a way to wrap a datasource (or connection) so that operations on it will be logged via
functions you provide. functions you provide.