From 9f58eca0d32431b31a8809b113513de27a5b9999 Mon Sep 17 00:00:00 2001 From: dz-at-tc <49352191+dz-at-tc@users.noreply.github.com> Date: Sun, 2 Oct 2022 15:00:45 -0400 Subject: [PATCH] CONTRIBUTING: fix typo caja to tar (#8666) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d4940c7b..63d6c1278 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: - [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. Other examples but not limited to of our placeholder syntax are: