Skip to content

Commit 2f50bac

Browse files
committed
docs: Fix typos
1 parent 26f540b commit 2f50bac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Usage: `jsonlint [options] [<file, directory, pattern> ...]`
157157
-h, --help output usage information
158158

159159
You can use BASH patterns for including and excluding files (only files).
160-
Patterns are case-sensitive and have to use slashes as a path separators.
160+
Patterns are case-sensitive and have to use slashes as directory separators.
161161
A pattern to exclude from processing starts with "!".
162162

163163
Parsing mode can be "cjson" or "json5" to enable other flags automatically.

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const commander = require('commander')
4949
.on('--help', () => {
5050
console.log()
5151
console.log('You can use BASH patterns for including and excluding files (only files).')
52-
console.log('Patterns are case-sensitive and have to use slashes as a path separators.')
52+
console.log('Patterns are case-sensitive and have to use slashes as directory separators.')
5353
console.log('A pattern to exclude from processing starts with "!".')
5454
console.log()
5555
console.log('Parsing mode can be "cjson" or "json5" to enable other flags automatically.')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/prantlf/jsonlint/blob/master/LICENSE"
1717
}
1818
],
19-
"homepage": "http://prantlf.github.com/jsonlint/",
19+
"homepage": "http://prantlf.github.io/jsonlint/",
2020
"repository": {
2121
"type": "git",
2222
"url": "https://github.com/prantlf/jsonlint.git"

0 commit comments

Comments
 (0)