2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 03:19:01 +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;
module.exports = class mysqlDatabse extends Database{
module.exports = class mysqlDatabase extends Database{
constructor({ db_name, username, password, host }) {
super();
this.db_name = db_name;