This is an automated email from the ASF dual-hosted git repository.
glynnbird pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git
The following commit(s) were added to refs/heads/master by this push:
new 01e7781 Fix typo (#143)
01e7781 is described below
commit 01e7781301944c10ce598b7fa62b6e660bf42f22
Author: Björn Tegelund <[email protected]>
AuthorDate: Mon Mar 18 17:31:54 2019 +0900
Fix typo (#143)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5044b4f..bb173ea 100644
--- a/README.md
+++ b/README.md
@@ -283,7 +283,7 @@ class Person implements iPerson {
this.dob = dob
}
- processAPIResponse(response: nano.DocumentInsertResponse) {
+ processAPIResponse(response: Nano.DocumentInsertResponse) {
if (response.ok === true) {
this._id = response.id
this._rev = response.rev