Skip to content

Commit 3b78f82

Browse files
committed
[ko] fix typo in finalizers doc
1 parent fddf210 commit 3b78f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ko/docs/reference/glossary/finalizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ tags:
2727
삭제가 완료된 것으로 간주하고 오브젝트를 삭제한다.
2828

2929
파이널라이저가 리소스들의 {{<glossary_tooltip text="가비지 컬렉션" term_id="garbage-collection">}}을 제어하도록
30-
사용할 수 있다. 예를 들어, 하나의 파이널라이저를 컨트롤러가 대상 리소소를 삭제하기 전에
30+
사용할 수 있다. 예를 들어, 하나의 파이널라이저를 컨트롤러가 대상 리소스를 삭제하기 전에
3131
연관된 리소스들 또는 인프라를 정리하도록 정의할 수 있다.

0 commit comments

Comments
 (0)