summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2020-09-22 10:29:16 -0400
committerGitHub <noreply@github.com>2020-09-22 10:29:16 -0400
commitdef993bad1a9275cdc249f04048e5b2065b79f05 (patch)
tree472b379e714b8b556a187887efa05e6c946922e3 /README.md
parentf511849c818024817df9760ef5cd6709a5e28fe3 (diff)
spelling: fix various misspellings
These were found by the check spelling action[1] and reported here[2]. PR #1685 [1] - https://github.com/marketplace/actions/check-spelling [2] - https://github.com/jsoref/ripgrep/commit/6f02d056716a116b643da1de4b53c6f15118fc38#commitcomment-42625778
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b13e27ed..7bffc506 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ times are unaffected by the presence or absence of `-n`.
whereas there are many bugs related to that functionality in other code
search tools claiming to provide the same functionality.
* ripgrep can search specific types of files. For example, `rg -tpy foo`
- limits your search to Python files and `rg -Tjs foo` excludes Javascript
+ limits your search to Python files and `rg -Tjs foo` excludes JavaScript
files from your search. ripgrep can be taught about new file types with
custom matching rules.
* ripgrep supports many features found in `grep`, such as showing the context