summaryrefslogtreecommitdiffstats
path: root/GUIDE.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 /GUIDE.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 'GUIDE.md')
-rw-r--r--GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/GUIDE.md b/GUIDE.md
index 3e3bd583..7ff81f99 100644
--- a/GUIDE.md
+++ b/GUIDE.md
@@ -377,7 +377,7 @@ make: *.mak, *.mk, GNUmakefile, Gnumakefile, Makefile, gnumakefile, makefile
By default, ripgrep comes with a bunch of pre-defined types. Generally, these
types correspond to well known public formats. But you can define your own
types as well. For example, perhaps you frequently search "web" files, which
-consist of Javascript, HTML and CSS:
+consist of JavaScript, HTML and CSS:
```
$ rg --type-add 'web:*.html' --type-add 'web:*.css' --type-add 'web:*.js' -tweb title