Skip to content

Commit 537165d

Browse files
committed
chore: structure
1 parent 5323064 commit 537165d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

docs/framework/react/custom-plugins.md renamed to docs/framework/react/Guides/custom-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ createRoot(document.getElementById('root')!).render(
147147
<TanstackDevtools
148148
plugins={[
149149
{
150-
// Call it what you like, this is how it will appear in the Menu
150+
// Name it what you like, this is how it will appear in the Menu
151151
name: 'Custom devtools',
152152
render: <DevtoolPanel />,
153153
},
File renamed without changes.

0 commit comments

Comments
 (0)