1
0
Fork 0

typo in error message

This commit is contained in:
Andreas Streichardt 2016-05-20 16:03:01 +02:00
parent 4f070170ee
commit 8f3b0f048e
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@
databaseUrl: function(url, databaseName) {
if (url.substr(0, 5) === '/_db/') {
throw new Error("Calling databasUrl with a databased url (" + url + ") doesn't make any sense");
throw new Error("Calling databaseUrl with a databased url (" + url + ") doesn't make any sense");
}
if (!databaseName) {