Skip to content

Commit 1eb51b6

Browse files
committed
Rename list-and-keys to arrays-and-keys
1 parent c5ea779 commit 1eb51b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/docs/react/latest/list-and-keys.mdx renamed to pages/docs/react/latest/arrays-and-keys.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: List and Keys
3-
description: "List and keys in ReScript and React"
4-
canonical: "/docs/react/latest/list-and-keys"
2+
title: Arrays and Keys
3+
description: "Rendering arrays and handling keys in ReScript and React"
4+
canonical: "/docs/react/latest/arrays-and-keys"
55
category: "Main Concepts"
66
---
77

8-
# List and Keys
8+
# Arrays and Keys
99

1010
<Intro>
1111

0 commit comments

Comments
 (0)