Skip to content

Commit

Permalink
doc: cleanup wording in SchemaRecord README
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Feb 23, 2025
1 parent 13a9080 commit ad92dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/schema-record/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ class AppStore extends Store {
}
```

Any Store API that returns a record instance will use the hook shown above to
instantiate a SchemaRecord once this configuration is done. After that, its up
to you what SchemaRecord can do.
Any Store API that returns a record instance will use the `instantiateRecord`
hook configured above to instantiate a SchemaRecord once this is in place.
After that, its up to you what SchemaRecord can do.

## Start Using

Expand Down

0 comments on commit ad92dd6

Please sign in to comment.