Skip to content

Commit 8755bb9

Browse files
authored
Merge pull request #22 from casperklein/patch-1
Remove typo
2 parents 681cee9 + ad8de48 commit 8755bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Doing specific tasks: concepts, methods, ideas:
8585
| ------------------------------------------------ | ---------------------------------------------------------------- |
8686
| **Grouping** | |
8787
| `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) |
88-
| `( ... .md)` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
88+
| `( ... )` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
8989
| **Conditionals** | |
9090
| `[[ ... ]]` | [conditional expression](syntax/ccmd/conditional_expression.md) |
9191
| `if ...; then ...; fi` | [conditional branching](syntax/ccmd/if_clause.md) |

0 commit comments

Comments
 (0)