Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pubkey/rxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Dec 29, 2017
2 parents 9688721 + 08fadc5 commit 66e4b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-src/rx-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ This removes the documents, the schemas, and older schemaVersions.

```js
await myCollection.remove();
// collection is no removed and can be re-created
// collection is now removed and can be re-created
```

### isRxCollection
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"karma-safari-launcher": "1.0.0",
"leveldown": "2.1.1",
"memdown": "1.4.1",
"mocha": "4.0.1",
"mocha": "4.1.0",
"nconf": "0.10.0",
"pouchdb": "6.4.1",
"pouchdb-adapter-http": "6.4.1",
Expand Down

0 comments on commit 66e4b92

Please sign in to comment.