Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.

Commit fc20898

Browse files
Merge pull request #75 from ja-contrib/master
Fix misspelt “its” in README
2 parents eda412e + ea127ae commit fc20898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Meteor iOS is more than a barebones DDP client. Rather than notifying you of ind
1212

1313
Among other things, it includes full support for latency compensation and supports writing your own method stubs. It has been implemented with concurrent execution in mind and keeps all processing off the main thread, posting batched and consolidated change notifications that can be observed to update the UI.
1414

15-
It keeps as close as possible to the semantics of the original Meteor JavaScript code. It's behavior is covered by over 200 unit tests and it also has some server integration tests that run using a local Meteor test server.
15+
It keeps as close as possible to the semantics of the original Meteor JavaScript code. Its behavior is covered by over 200 unit tests and it also has some server integration tests that run using a local Meteor test server.
1616

1717
## Getting Started
1818

0 commit comments

Comments
 (0)