Fix typo in Store.ts (#3385)
An immense contribution, I know. ### Change Type <!-- ❗ Please select a 'Scope' label ❗️ --> - [ x ] `docs` — Changes to the documentation, examples, or templates. <!-- ❗ Please select a 'Type' label ❗️ --> - [ x ] `chore` — Updating dependencies, other boring stuff
This commit is contained in:
parent
d01a2223be
commit
86403c1b0d
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ export class Store<R extends UnknownRecord = UnknownRecord, Props = unknown> {
|
||||||
onAfterCreate?: (record: R, source: 'remote' | 'user') => void
|
onAfterCreate?: (record: R, source: 'remote' | 'user') => void
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A callback before after each record's change.
|
* A callback fired before each record's change.
|
||||||
*
|
*
|
||||||
* @param prev - The previous value, if any.
|
* @param prev - The previous value, if any.
|
||||||
* @param next - The next value.
|
* @param next - The next value.
|
||||||
|
|
Loading…
Reference in a new issue