From 510421656074fd4ebffa2d0af6a06354155883b8 Mon Sep 17 00:00:00 2001 From: frwdrik Date: Fri, 18 Feb 2022 10:52:21 +0000 Subject: [PATCH] Fix typo in getting-started.md --- doc/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 34c559f..a43f1e4 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -579,7 +579,7 @@ All of those can be handled in a similar manner to the above. See the [Oracle do ## 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 functions you provide.