mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 00:55:30 +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
|
||||
|
||||
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
|
||||
# command_name
|
||||
|
|
Loading…
Add table
Reference in a new issue