Skip to content

Commit

Permalink
Merge pull request #854 from qm3ster/patch-1
Browse files Browse the repository at this point in the history
Update README.md for grammar
  • Loading branch information
capaj committed Feb 28, 2017
2 parents bc4dd19 + 992fbef commit ba95b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Expand Up @@ -5,7 +5,7 @@ PR checklist:

* [ ] Added unit tests
* [ ] Updated changelog
* [ ] Updated docs (either in the description of this PR as markdown, or as seperate PR on the `gh-pages` branch. Please refer to this PR). For new functionality, at least [API.md](https://github.com/mobxjs/mobx/blob/gh-pages/docs/refguide/api.md) should be updated
* [ ] Updated docs (either in the description of this PR as markdown, or as separate PR on the `gh-pages` branch. Please refer to this PR). For new functionality, at least [API.md](https://github.com/mobxjs/mobx/blob/gh-pages/docs/refguide/api.md) should be updated
* [ ] Added typescript typings
* [ ] Verified that there is no significant performance drop (`npm run perf`)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,7 +66,7 @@ class Todo {
```

Using `observable` is like turning a property of an object into a spreadsheet cell.
But unlike spreadsheets, these values cannot just be primitive values, but also references, objects and arrays.
But unlike spreadsheets, these values can be not only primitive values, but also references, objects and arrays.
You can even [define your own](http://mobxjs.github.io/mobx/refguide/extending.html) observable data sources.

### Intermezzo: Using MobX in ES5, ES6 and ES.next environments
Expand Down

0 comments on commit ba95b09

Please sign in to comment.