style: ✏️ fixed typos

fixed typos
This commit is contained in:
6rak0
2022-12-08 14:23:50 -06:00
parent 5d7c297f2f
commit 8c6023e93b
7 changed files with 35 additions and 34 deletions

View File

@@ -14,7 +14,7 @@ const getPkgManage = async () => {
}
const installDeps = (pkgManager, packageList) => {
const errorMessage = `Ocurrio un error instalando ${packageList}`
const errorMessage = `Ocurrió un error instalando ${packageList}`
let childProcess = []
const installSingle = (pkgInstall) => () => {