We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7c9b4 commit dc1a602Copy full SHA for dc1a602
packages/schema-record/README.md
@@ -84,9 +84,9 @@ class AppStore extends Store {
84
}
85
```
86
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.
+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.
90
91
## Start Using
92
0 commit comments