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

@@ -4,8 +4,8 @@
const main = () => {
console.clear()
console.log(``)
console.log(`[PostInstall]: Este es el main function.`)
console.log(`[PostInstall]: 👌 Aqui podrias instalar cosas`)
console.log(`[PostInstall]: Esta es la 'main function'.`)
console.log(`[PostInstall]: 👌 Aquí podrías instalar cosas`)
console.log(``)
}