aboutsummaryrefslogtreecommitdiff
path: root/_tils/2020-08-28-grep-online-repositories.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-31 11:54:07 -0300
committerEuAndreh <eu@euandre.org>2020-08-31 11:54:07 -0300
commit038f5713b8ca9dce79e17ac85e57ad1ce2644e09 (patch)
tree29d8e2cc23715028390484c6f85e7310ed4a5859 /_tils/2020-08-28-grep-online-repositories.md
parentAdd missing timestamp on database post (diff)
downloadeuandre.org-038f5713b8ca9dce79e17ac85e57ad1ce2644e09.tar.gz
euandre.org-038f5713b8ca9dce79e17ac85e57ad1ce2644e09.tar.xz
Add spellchecking back to tests, with support for en, pt and fr dicts
Diffstat (limited to '')
-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: