diff --git a/app-pouchdb-database-behavior.html b/app-pouchdb-database-behavior.html
index b091105..13262c8 100644
--- a/app-pouchdb-database-behavior.html
+++ b/app-pouchdb-database-behavior.html
@@ -57,7 +57,7 @@
*/
db: {
type: Object,
- computed: '__computeDb(dbName, adapter, revsLimit)',
+ computed: '__computeDb(dbName, revsLimit, adapter)',
notify: true,
},