mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 06:35:42 +02:00
CONTRIBUTING: fix typo caja to tar (#8666)
This commit is contained in:
parent
226c047e34
commit
9f58eca0d3
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ As a quick reference, the format of each page should match the following templat
|
||||||
To see some examples of preexisting pages, you can look at:
|
To see some examples of preexisting pages, you can look at:
|
||||||
|
|
||||||
- [pwd](https://github.com/tldr-pages/tldr/blob/main/pages/common/pwd.md) - one of the simplest command examples
|
- [pwd](https://github.com/tldr-pages/tldr/blob/main/pages/common/pwd.md) - one of the simplest command examples
|
||||||
- [caja](https://github.com/tldr-pages/tldr/blob/main/pages/common/tar.md) - page with placeholders
|
- [tar](https://github.com/tldr-pages/tldr/blob/main/pages/common/tar.md) - page with placeholders
|
||||||
|
|
||||||
In our pages, we use placeholders which are defined as being tokens within curly brackets, for example `sleep {{5}}`, in this case the user can change 5 to any number.
|
In our pages, we use placeholders which are defined as being tokens within curly brackets, for example `sleep {{5}}`, in this case the user can change 5 to any number.
|
||||||
Other examples but not limited to of our placeholder syntax are:
|
Other examples but not limited to of our placeholder syntax are:
|
||||||
|
|
Loading…
Add table
Reference in a new issue