Skip to content

Commit dc1569d

Browse files
authored
pages/common: fix typos in placeholders (#11949)
Signed-off-by: K.B.Dharun Krishna <[email protected]>
1 parent ae34321 commit dc1569d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/common/git-stash.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
`git stash list`
2121

22-
- Show the changes as a patch between the stash (default is stash@{0}) and the commit back when stash entry was first created:
22+
- Show the changes as a patch between the stash (default is `stash@{0}`) and the commit back when stash entry was first created:
2323

24-
`git stash show -p {{stash@{0}}`
24+
`git stash show -p {{stash@{0}}}`
2525

2626
- Apply a stash (default is the latest, named stash@{0}):
2727

pages/common/hyperfine.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525

2626
- Run a benchmark where a single parameter changes for each run:
2727

28-
`hyperfine --prepare '{{make clean}}' --parameter-scan {{num_threads}} {{1}} {{10}} '{{make -j {num_threads}}'`
28+
`hyperfine --prepare '{{make clean}}' --parameter-scan {{num_threads}} {{1}} {{10}} '{{make -j {num_threads}}}'`

0 commit comments

Comments
 (0)