mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 12:35:41 +02:00
fix: wrong hyphen instead of backtrack in style-guide (#8397)
This commit is contained in:
parent
d386b8bc7e
commit
35b015a0b4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ tldr --render path/to/tldr_page.md
|
||||||
|
|
||||||
### Aliases
|
### Aliases
|
||||||
|
|
||||||
If a command can be called with alternative names (like `vim' can be called by `vi`), alias pages can be created to point the user to the original command name.
|
If a command can be called with alternative names (like `vim` can be called by `vi`), alias pages can be created to point the user to the original command name.
|
||||||
|
|
||||||
```md
|
```md
|
||||||
# command_name
|
# command_name
|
||||||
|
|
Loading…
Add table
Reference in a new issue