Skip to content

Commit 66a5437

Browse files
committed
Fix a typo in a snippet
1 parent 78a7b3a commit 66a5437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/snippets/git/s/aliases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git config --global alias.cm "commit -m"
2626
# Creates an alias `cm` for the `commit -m` command
2727
```
2828

29-
Alternatively, you can use [edit the configuration file](/git/s/edit-config) and **add multiple aliases** all at once. This can be the more practical solution for adding more **complex commands**, as you don't have to worry about escaping special characters.
29+
Alternatively, you can [edit the configuration file](/git/s/edit-config) and **add multiple aliases** all at once. This can be the more practical solution for adding more **complex commands**, as you don't have to worry about escaping special characters.
3030

3131
```shell
3232
# Syntax: git config --global -e

0 commit comments

Comments
 (0)