pages.*/*: replace {{" "}}
with "{{ }}"
(#15034)
The latter notation is preferred by the style guide.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- Envía datos a través de un pipe nombrado ejecutando el comando en segundo plano:
|
||||
|
||||
`echo {{"Hola Mundo"}} > {{ruta/al/pipe}} &`
|
||||
`echo "{{Hola Mundo}}" > {{ruta/al/pipe}} &`
|
||||
|
||||
- Recibe datos a través de un pipe nombrado:
|
||||
|
||||
|
Reference in New Issue
Block a user