Skip to content

Commit 194e32c

Browse files
committed
docs: fix built-in hooks translations
1 parent 408a706 commit 194e32c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/content/reference/react-dom/hooks/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Built-in React DOM Hooks"
2+
title: "Hook React DOM Bawaan"
33
---
44

55
<Intro>
@@ -10,11 +10,11 @@ title: "Built-in React DOM Hooks"
1010

1111
---
1212

13-
## Form Hooks {/*form-hooks*/}
13+
## Hook Formulir {/*form-hooks*/}
1414

15-
*Forms* memungkinkan Anda membuat kontrol interaktif untuk mengirimkan informasi. Untuk mengelola form di komponen Anda, gunakan salah satu Hooks ini:
15+
Formulir memungkinkan Anda membuat kontrol interaktif untuk mengirimkan informasi. Untuk mengelola formulir di komponen Anda, gunakan salah satu Hooks ini:
1616

17-
* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) allows you to make updates to the UI based on the status of a form.
17+
* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) memungkinkan anda melakukan pembaruan UI berdasarkan status formulir.
1818

1919
```js
2020
function Form({ action }) {

src/content/reference/react/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "React Hook Bawaan"
2+
title: "Hook Bawaan React"
33
---
44

55
<Intro>

0 commit comments

Comments
 (0)