Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
filip26 committed Aug 12, 2022
1 parent 5bef9f7 commit 2c38fa7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Options:
Commands:
expand Expand JSON-LD document
compact Compact JSON-LD document using the context
flatten Flatten JSON-LD document and optionally compacts it using a context
flatten Flatten JSON-LD document and optionally compact it using a context
frame Frame JSON-LD document using the frame
fromrdf Transform N-Quads document into a JSON-LD document in expanded form
fromrdf Transform N-Quads document into a JSON-LD document in an expanded form
tordf Transform JSON-LD document into N-Quads document
compress Compress JSON-LD document into CBOR-LD
decompress Decompress CBOR-LD document into JSON-LD
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/apicatalog/cli/command/FlattenCmd.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@Command(
name = "flatten",
mixinStandardHelpOptions = false,
description = "Flatten JSON-LD document and optionally compacts it using a context",
description = "Flatten JSON-LD document and optionally compact it using a context",
sortOptions = true,
descriptionHeading = "%n",
parameterListHeading = "%nParameters:%n",
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/apicatalog/cli/command/FromRdfCmd.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@Command(
name = "fromrdf",
mixinStandardHelpOptions = false,
description = "Transform N-Quads document into a JSON-LD document in expanded form",
description = "Transform N-Quads document into a JSON-LD document in an expanded form",
sortOptions = true,
descriptionHeading = "%n",
parameterListHeading = "%nParameters:%n",
Expand Down

0 comments on commit 2c38fa7

Please sign in to comment.