Skip to content

Commit be3c93d

Browse files
authored
$, !: fix typo and clarify description (#19771)
1 parent 5973fe3 commit be3c93d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/common/!.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
`!{{string}}`
2121

22-
- Substitute with the arguments of the latest command:
22+
- Substitute with all of the arguments of the latest command:
2323

2424
`{{command}} !*`
2525

pages/common/$.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
`echo ${{PS0|PS1|PS2|PS3|PS4}}`
2525

26-
- Expand with the output of `command` and run it. Same as enclosing `command` in backtics:
26+
- Expand with the output of `command` and run it. Same as enclosing `command` in backticks:
2727

2828
`$({{command}})`
2929

0 commit comments

Comments
 (0)