Skip to content

Commit dc1a602

Browse files
runspiredgitKrystan
authored andcommitted
doc: cleanup wording in SchemaRecord README
1 parent fc7c9b4 commit dc1a602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/schema-record/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ class AppStore extends Store {
8484
}
8585
```
8686

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

9191
## Start Using
9292

0 commit comments

Comments
 (0)