Skip to content

Commit fa4d466

Browse files
authored
Merge pull request #14 from marwahaha/patch-1
typo: abreviate -> abbreviate
2 parents dd474cc + f08e0f2 commit fa4d466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ The argument can be plain text or can use [JSONPath notation](https://www.npmjs.
241241

242242
#### `--ellipsify`
243243

244-
The ellipsify option will abreviate a json Object, Array or String and indicate this with ellipses `...`. It can be passed any number of arguments, being the Obeject(s), Array(s) and String(s) to be abbreviated along with those items to be left in prepended by `#`.
244+
The ellipsify option will abbreviate a json Object, Array or String and indicate this with ellipses `...`. It can be passed any number of arguments, being the Obeject(s), Array(s) and String(s) to be abbreviated along with those items to be left in prepended by `#`.
245245
`--ellipsify JSONPath [JSONPath] ... [~JSONPath] [~JSONPath] ...`
246246

247247
Both types of arguments can be plain text or can use [JSONPath notation](https://www.npmjs.com/package/jsonpath). Thus `--ellipsify myObject` is equivalent to `ellipsify $..myObject`.

0 commit comments

Comments
 (0)