1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-22 23:55:30 +02:00

pages/common: fix typos in placeholders (#11949)

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna 2023-12-31 12:30:11 +05:30 committed by GitHub
parent ae3432139b
commit dc1569dca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -19,9 +19,9 @@
`git stash list`
- Show the changes as a patch between the stash (default is stash@{0}) and the commit back when stash entry was first created:
- Show the changes as a patch between the stash (default is `stash@{0}`) and the commit back when stash entry was first created:
`git stash show -p {{stash@{0}}`
`git stash show -p {{stash@{0}}}`
- Apply a stash (default is the latest, named stash@{0}):

View file

@ -25,4 +25,4 @@
- Run a benchmark where a single parameter changes for each run:
`hyperfine --prepare '{{make clean}}' --parameter-scan {{num_threads}} {{1}} {{10}} '{{make -j {num_threads}}'`
`hyperfine --prepare '{{make clean}}' --parameter-scan {{num_threads}} {{1}} {{10}} '{{make -j {num_threads}}}'`