Ver Fonte

chore: fix typo in ts

Nicolas Meienberger há 1 ano atrás
pai
commit
abde5868ac
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/cli/src/executors/system/system.executors.ts

+ 1 - 1
packages/cli/src/executors/system/system.executors.ts

@@ -306,7 +306,7 @@ export class SystemExecutors {
         boxen(
           `Visit: http://${envMap.get('INTERNAL_IP')}:${envMap.get(
             'NGINX_PORT',
-          )} to access the dashboard\n\nFind documentation and guides at: https://runtipi.io\n\nTipi is entierly written in Typescript and we are looking for contributors!`,
+          )} to access the dashboard\n\nFind documentation and guides at: https://runtipi.io\n\nTipi is entierly written in TypeScript and we are looking for contributors!`,
           {
             title: 'Tipi successfully started 🎉',
             titleAlignment: 'center',