Skip to content

Commit

Permalink
docs: typo link
Browse files Browse the repository at this point in the history
  • Loading branch information
shouwn committed Jan 16, 2024
1 parent 697e246 commit f276330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/jpql-with-kotlin-jdsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/jpql-with-kotlin-jdsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f276330

Please sign in to comment.