Skip to content

Commit

Permalink
copy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbnewman committed Feb 25, 2020
1 parent 3723d41 commit 43d1edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default observer(UserDisplay);

Note that we also wrap our component using `observer()` from the [mobx-react](https://github.com/mobxjs/mobx-react#mobx-react) library.

This is critical, as it ensures the component will render any updates made to the store.
This is critical, as it ensures the component will render any updates made to the `appStore`.

For more information, see the [observer documentation](https://mobx.js.org/refguide/observer-component.html#observer) in the [mobx-react](https://github.com/mobxjs/mobx-react#mobx-react) library.

Expand Down
2 changes: 1 addition & 1 deletion docs/basic-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default observer(UserDisplay);

Note that we also wrap our component using `observer()` from the [mobx-react](https://github.com/mobxjs/mobx-react#mobx-react) library.

This is critical, as it ensures the component will render any updates made to the store.
This is critical, as it ensures the component will render any updates made to the `appStore`.

For more information, see the [observer documentation](https://mobx.js.org/refguide/observer-component.html#observer) in the [mobx-react](https://github.com/mobxjs/mobx-react#mobx-react) library.

Expand Down

0 comments on commit 43d1edd

Please sign in to comment.