mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +00:00
Spelling correction
This commit is contained in:
parent
d0919ddf6c
commit
fbbd404548
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user