Skip to content

Commit ae6d09b

Browse files
committed
docs: fix useForm → createForm in core.md
1 parent eb30061 commit ae6d09b

File tree

1 file changed

+2
-2
lines changed
  • apps/docs/src/pages/guide/fundamentals

1 file changed

+2
-2
lines changed

apps/docs/src/pages/guide/fundamentals/core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ interface RegistryTicket {
141141
flowchart LR
142142
R[createRegistry] --> S[createSelection]
143143
R --> T[createTokens]
144-
R --> F[useForm]
144+
R --> F[createForm]
145145
S --> Si[createSingle]
146146
S --> G[createGroup]
147147
Si --> St[createStep]
@@ -155,7 +155,7 @@ flowchart LR
155155
| `createGroup` | Selection | Tri-state, batch ops |
156156
| `createStep` | Single | Navigation (next/prev/first/last) |
157157
| `createTokens` | Registry | Alias resolution |
158-
| `useForm` | Registry | Validation |
158+
| `createForm` | Registry | Validation |
159159

160160
## Selection System
161161

0 commit comments

Comments
 (0)