2
0
mirror of https://github.com/frappe/books.git synced 2025-01-10 18:24:40 +00:00

Spelling correction

This commit is contained in:
Shridhar 2018-02-13 12:56:25 +05:30
parent d0919ddf6c
commit fbbd404548

View File

@ -4,7 +4,7 @@ const Database = require('./database');
const debug = false; const debug = false;
module.exports = class mysqlDatabse extends Database{ module.exports = class mysqlDatabase extends Database{
constructor({ db_name, username, password, host }) { constructor({ db_name, username, password, host }) {
super(); super();
this.db_name = db_name; this.db_name = db_name;