-
Notifications
You must be signed in to change notification settings - Fork 15.1k
[ko] fix typo in finalizers doc #53134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/assign |
developowl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kim-Yukyung thank you for contribution! 🥝
오탈자 검수 감사합니다. 리뷰와 더불어 기존 문서의 맞춤법 중 수정이 필요한 부분이 있어 간단한 리뷰 남겼습니다. 반영 부탁드립니다! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이전에 번역이 진행된 문장이지만 수정 부탁드립니다!
L23) 띄어쓰기, 조사 수정
202 상태코드(HTTP "Accepted")을 리턴한다.
-> 202 상태 코드(HTTP "Accepted")를 리턴한다.
L25) 조사 수정
정의된 작업이 완료 후에, 그 컨트롤러는 대상 오브젝트로부터 연관된 파이널라이저을 삭제한다.
->정의된 작업이 완료 후에, 그 컨트롤러는 대상 오브젝트로부터 연관된 파이널라이저를 삭제한다.
|
지훈님 안녕하세요:) @developowl |
Description
Fixed a typo in the Korean document - changed "리소소" to "리소스"
Document location
https://kubernetes.io/ko/docs/concepts/overview/working-with-objects/finalizers/
Issue
Closes: #52700