diff --git a/docs/en/jpql-with-kotlin-jdsl/README.md b/docs/en/jpql-with-kotlin-jdsl/README.md index 6012faff3..94dae9df7 100644 --- a/docs/en/jpql-with-kotlin-jdsl/README.md +++ b/docs/en/jpql-with-kotlin-jdsl/README.md @@ -213,7 +213,7 @@ Since `RenderContext` is immutable, you can access `RenderContext` from multiple {% endhint %} {% hint style="info" %} -[Kotlin JDSL Support](#Support-dependencies) provides extension functions for `EntityManager` to simplify the above process. +[Kotlin JDSL Support](#support-dependencies) provides extension functions for `EntityManager` to simplify the above process. Using them, you can execute queries as simple as: ```kotlin diff --git a/docs/ko/jpql-with-kotlin-jdsl/README.md b/docs/ko/jpql-with-kotlin-jdsl/README.md index 2daffa387..0ff1e5eb4 100644 --- a/docs/ko/jpql-with-kotlin-jdsl/README.md +++ b/docs/ko/jpql-with-kotlin-jdsl/README.md @@ -214,7 +214,7 @@ Kotlin JDSL은 `RenderContext`의 default 구현체로 `JpqlRenderContext`를 {% endhint %} {% hint style="info" %} -[Kotlin JDSL Support](#Support-dependencies)는 위 실행 과정을 간략화 시킨 `EntityManager`의 extension function들을 제공합니다. +[Kotlin JDSL Support](#support-dependencies)는 위 실행 과정을 간략화 시킨 `EntityManager`의 extension function들을 제공합니다. 이를 이용해 쿼리를 쉽게 실행할 수 있습니다. ```kotlin