From 038f5713b8ca9dce79e17ac85e57ad1ce2644e09 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Aug 2020 11:54:07 -0300 Subject: Add spellchecking back to tests, with support for en, pt and fr dicts --- _tils/2020-08-28-grep-online-repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_tils/2020-08-28-grep-online-repositories.md') 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: -- cgit v1.2.3