Merge pull request #3195 from BenJamesBen/store-docs-fix
fix(docs): Update Store API documentation
This commit is contained in:
commit
7f446bbd1e
1 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,7 @@ will run `myCustomMethod()`.
|
|||
|
||||
## Methods
|
||||
|
||||
A Store object exposes the following methods:
|
||||
A Store object exposes the following methods and properties:
|
||||
|
||||
<ReadMore list />
|
||||
|
||||
|
@ -42,4 +42,6 @@ A store is typically used to share information between parts. For example
|
|||
the length of the neck opening in one part can be used to calculate the
|
||||
length for the collar in another part.
|
||||
|
||||
<Fixme compact>Include link to guide</Fixme>
|
||||
Click below to learn more about:
|
||||
|
||||
- [How Stores work](/guides/patterns/store)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue