aboutsummaryrefslogtreecommitdiff
path: root/_tils/2020-08-28-grep-online-repositories.md
diff options
context:
space:
mode:
Diffstat (limited to '_tils/2020-08-28-grep-online-repositories.md')
-rw-r--r--_tils/2020-08-28-grep-online-repositories.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tils/2020-08-28-grep-online-repositories.md b/_tils/2020-08-28-grep-online-repositories.md
index f9ef114..7860df3 100644
--- a/_tils/2020-08-28-grep-online-repositories.md
+++ b/_tils/2020-08-28-grep-online-repositories.md
@@ -61,7 +61,7 @@ git grep "${REGEX_PATTERN}" "${@}"
```
It is a wrapper around `git grep` that downloads the repository when missing.
-Save in a file calle `git-search`, make the file executable and add it to your
+Save in a file called `git-search`, make the file executable and add it to your
path.
Overview: