1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 08:26:01 +02:00

Apply typo suggestions from code review

Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
Starsoon 2025-06-01 14:05:06 -04:00 committed by GitHub
parent cfd69e71fd
commit 409a095ea1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
- Agregar un paquete de aplicación con dependencias:
`Add-AppxPackage -Path {{ruta\al\paquete.msix}} -DependencyPath {{ruta\al\dependencias.msix}}`
`Add-AppxPackage -Path {{ruta\al\paquete.msix}} -DependencyPath {{ruta\a\dependencias.msix}}`
- Instalar una aplicación utilizando el archivo del instalador de la aplicación:
@ -17,4 +17,4 @@
- Agregar un paquete no firmado:
`Add-AppxPackage -Path {{ruta\al\paquete.msix}} -DependencyPath {{ruta\al\dependencias.msix}} -AllowUnsigned`
`Add-AppxPackage -Path {{ruta\al\paquete.msix}} -DependencyPath {{ruta\a\dependencias.msix}} -AllowUnsigned`

View file

@ -15,6 +15,6 @@
`assoc .{{txt}}={{archivotxt}}`
- Ver la salida de `assoc` una pantalla a la vez:
- Visualiza la salida de `assoc` una pantalla a la vez:
`assoc | {{extra}}`