Skip to content

Commit 54e2815

Browse files
committed
update
1 parent cd538b7 commit 54e2815

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

www/content/docs/devtools.page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We're happy to announce that [Infinite Table DevTools extension](https://chromew
1010

1111
<Note>
1212

13-
To see an Infinite Table instance in the devtools, specify the `debugId` prop.
13+
To see an Infinite Table instance in the devtools, specify the <PropLink name="debugId" /> prop.
1414

1515

1616
```tsx {2}

www/content/docs/reference/infinite-table-props.page.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ In the API Reference below we'll use **`DATA_TYPE`** to refer to the TypeScript
1414
1515
If you have [Infinite Table DevTools extension](https://chromewebstore.google.com/detail/infinite-table-devtools-e/jpipjljbfffijmgiecljadbogfegejfa) installed, the current `<InfiniteTable />` instance will be picked up by the devtools with this specific name.
1616

17-
See [/blog/2025/05/12/the-first-devtools-for-a-datagrid](our blogpost on the devtools extension) for more details.
17+
See [our blogpost on the devtools extension](/blog/2025/05/12/the-first-devtools-for-a-datagrid) for more details.
18+
1819

1920
</Prop>
2021

0 commit comments

Comments
 (0)