diff --git a/src/content/docs/useform/control.mdx b/src/content/docs/useform/control.mdx index f2942207..02ccaee1 100644 --- a/src/content/docs/useform/control.mdx +++ b/src/content/docs/useform/control.mdx @@ -1,16 +1,16 @@ --- title: control -description: Take control of the form +description: 폼을 제어 sidebar: apiLinks --- ## \ `control:` Object -This object contains methods for registering components into React Hook Form. +이 객체는 컴포넌트를 리액트 훅 폼에 등록할 수 있는 메소드들을 포함합니다. -**Important:** do not access any of the properties inside this object directly. It's for internal usage only. +**Important:** 직접 이 객체의 속성에 접근하지 마세요. 속성은 패키지 내부 용도로만 사용합니다.