Skip to content

Commit 6ccf35c

Browse files
authoredDec 28, 2023
docs: Update header.md -> fixing typos (#5236)
1 parent 079d492 commit 6ccf35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/api/core/header.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ The unique identifier for the header.
1919
### `index`
2020

2121
```tsx
22-
id: number
22+
index: number
2323
```
2424

2525
The index for the header within the header group.
2626

2727
### `depth`
2828

2929
```tsx
30-
id: number
30+
depth: number
3131
```
3232

3333
The depth of the header, zero-indexed based.

0 commit comments

Comments
 (0)
Please sign in to comment.