1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

git-grep: fix typo in Spanish translation (#9290)

This commit is contained in:
Darío Hereñú 2022-10-23 20:13:00 -03:00 committed by GitHub
parent ee6b80ae08
commit 6c16bdac5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
`git grep {{cadena_a_buscar}} -- {{patrón_de_archivos}}`
- Busca una cadena en los archivos rastreados, incluyendo submodulos:
- Busca una cadena en los archivos rastreados, incluyendo submódulos:
`git grep --recurse-submodules {{cadena_a_buscar}}`