From ad8de485699b8f76fbc3b5fc9012c281ea24609f Mon Sep 17 00:00:00 2001 From: Casper Date: Wed, 6 Nov 2024 15:08:05 +0100 Subject: [PATCH] remove typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 32d9171..d051124 100644 --- a/docs/index.md +++ b/docs/index.md @@ -85,7 +85,7 @@ Doing specific tasks: concepts, methods, ideas: | ------------------------------------------------ | ---------------------------------------------------------------- | | **Grouping** | | | `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) | -| `( ... .md)` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) | +| `( ... )` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) | | **Conditionals** | | | `[[ ... ]]` | [conditional expression](syntax/ccmd/conditional_expression.md) | | `if ...; then ...; fi` | [conditional branching](syntax/ccmd/if_clause.md) |