Skip to content

Commit

Permalink
docs: word spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
97vack authored Jul 26, 2024
1 parent dba58b1 commit 5a60f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/use/useForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
updateProxyValue,
} from 'react-form-simple/driver/ControllerDriver';
import { ObserverFactory } from 'react-form-simple/driver/ObserverDriver/Factory';
import { create as createRneder } from 'react-form-simple/driver/RenderDriver';
import { create as createRender } from 'react-form-simple/driver/RenderDriver';
import { useContextApi } from './useContextApi';
import { useFormExtraApi } from './useFormExtraApi';

Expand Down Expand Up @@ -64,7 +64,7 @@ const useForm = <T extends DefaultRecord>(
},
}).current;

const { set, render } = createRneder({
const { set, render } = createRender({
...config,
model: proxymodel,
contextProps: _contextProps,
Expand Down

0 comments on commit 5a60f83

Please sign in to comment.