Skip to content
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

Docs: control.mdx #11

Open
wants to merge 1 commit into
base: master-ko
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/docs/useform/control.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: control
description: Take control of the form
description: 폼을 제어
sidebar: apiLinks
---

## \</> `control:` <TypeText>Object</TypeText>

This object contains methods for registering components into React Hook Form.
이 객체는 컴포넌트를 리액트 훅 폼에 등록할 수 있는 메소드들을 포함합니다.

<Admonition type="important" title="Rules">

**Important:** do not access any of the properties inside this object directly. It's for internal usage only.
**Important:** 직접 이 객체의 속성에 접근하지 마세요. 속성은 패키지 내부 용도로만 사용합니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sungh0lim
약간 직접이랑 접근이 붙는 게 더 자연스러워 보여서 코멘트 하나 남깁니다.

Suggested change
**Important:** 직접 이 객체의 속성에 접근하지 마세요. 속성은 패키지 내부 용도로만 사용합니다.
**Important:** 이 객체의 속성에 직접 접근하지 마세요. 속성은 패키지 내부 용도로만 사용합니다.


</Admonition>

Expand Down