Skip to content

Commit 31eb11a

Browse files
authored
Merge pull request #2132 from sangyongchoi/main
Typo correction
2 parents c977995 + afa3556 commit 31eb11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/ko/xdoc/getting-started.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public interface BlogMapper {
203203
</p>
204204
<hr/>
205205
<h4>SqlSessionFactoryBuilder</h4>
206-
<p>이 클래스는 인스턴스회되어 사용되고 던져질 수 있다.
206+
<p>이 클래스는 인스턴스화되어 사용되고 던져질 수 있다.
207207
SqlSessionFactory 를 생성한 후 유지할 필요는 없다.
208208
그러므로 SqlSessionFactoryBuilder 인스턴스의 가장 좋은 스코프는 메소드 스코프(예를들면 메소드 지역변수)이다.
209209
여러개의 SqlSessionFactory 인스턴스를 빌드하기 위해 SqlSessionFactoryBuilder를 재사용할 수도 있지만 유지하지 않는 것이 가장 좋다.</p>

0 commit comments

Comments
 (0)