Merge pull request #630 from eltociear/patch-2

Fix typo in ChildProcess.ts
This commit is contained in:
Ong Chung Yau
2023-07-28 21:43:43 +08:00
committed by GitHub
+1 -1
View File
@@ -148,7 +148,7 @@ export class ChildProcess {
} }
/** /**
* Initalize DB in child process * Initialize DB in child process
* @returns {DataSource} * @returns {DataSource}
*/ */
async function initDB() { async function initDB() {