From 3cd209052886ebe6739d289f4e22dc2e58291e2e Mon Sep 17 00:00:00 2001 From: David Lozano Jarque Date: Mon, 10 Jun 2019 21:48:35 +0200 Subject: [PATCH] DATAJPA-1556 - Fixes a typo in faq.adoc. Original pull request: #382. --- src/main/asciidoc/faq.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/faq.adoc b/src/main/asciidoc/faq.adoc index 72ba8e4ab..b2214309b 100644 --- a/src/main/asciidoc/faq.adoc +++ b/src/main/asciidoc/faq.adoc @@ -5,7 +5,7 @@ == Common [qanda] -I'd like to get more detailed logging information on what methods are called inside `JpaRepository` (for exmaple). How can I gain them? :: You can make use of `CustomizableTraceInterceptor` provided by Spring, as shown in the following example: +I'd like to get more detailed logging information on what methods are called inside `JpaRepository` (for example). How can I gain them? :: You can make use of `CustomizableTraceInterceptor` provided by Spring, as shown in the following example: + [source, xml] ----