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) |