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:
parent
ee6b80ae08
commit
6c16bdac5f
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue