mirror of https://github.com/CrimsonTome/tldr.git
ispell: add Spanish translation (#13456)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>pull/28/head
parent
a6a43fdffb
commit
a28a69cae9
|
@ -0,0 +1,16 @@
|
|||
# ispell
|
||||
|
||||
> Corrección ortográfica interactiva.
|
||||
> Más información: <https://www.cs.hmc.edu/~geoff/ispell-man.html>.
|
||||
|
||||
- Inicia una sesión interactiva:
|
||||
|
||||
`ispell`
|
||||
|
||||
- Comprueba si hay erratas en el archivo especificado y aplica sugerencias de forma interactiva:
|
||||
|
||||
`ispell {{ruta/al/archivo}}`
|
||||
|
||||
- Muestra la versión:
|
||||
|
||||
`ispell -v`
|
Loading…
Reference in New Issue