pages.*/*: replace {{" "}}
with "{{ }}"
(#15034)
The latter notation is preferred by the style guide.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- Send data through a named pipe and send the command to the background:
|
||||
|
||||
`echo {{"Hello World"}} > {{path/to/pipe}} &`
|
||||
`echo "{{Hello World}}" > {{path/to/pipe}} &`
|
||||
|
||||
- Receive data through a named pipe:
|
||||
|
||||
|
Reference in New Issue
Block a user