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

@@ -34,16 +34,16 @@ class CoreClass {
listenerBusEvents = () => [
{
event: 'preinit',
func: () => printer('Iniciando provider espere...'),
func: () => printer('Iniciando proveedor, espere...'),
},
{
event: 'require_action',
func: ({ instructions, title = '⚡⚡ ACCION REQUERIDA ⚡⚡' }) =>
func: ({ instructions, title = '⚡⚡ ACCIÓN REQUERIDA ⚡⚡' }) =>
printer(instructions, title),
},
{
event: 'ready',
func: () => printer('Provider conectado y listo'),
func: () => printer('Proveedor conectado y listo'),
},
{
event: 'auth_failure',