Skip to content

Commit 2c38fa7

Browse files
committed
Fix typos
1 parent 5bef9f7 commit 2c38fa7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Options:
3131
Commands:
3232
expand Expand JSON-LD document
3333
compact Compact JSON-LD document using the context
34-
flatten Flatten JSON-LD document and optionally compacts it using a context
34+
flatten Flatten JSON-LD document and optionally compact it using a context
3535
frame Frame JSON-LD document using the frame
36-
fromrdf Transform N-Quads document into a JSON-LD document in expanded form
36+
fromrdf Transform N-Quads document into a JSON-LD document in an expanded form
3737
tordf Transform JSON-LD document into N-Quads document
3838
compress Compress JSON-LD document into CBOR-LD
3939
decompress Decompress CBOR-LD document into JSON-LD

src/main/java/com/apicatalog/cli/command/FlattenCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@Command(
1919
name = "flatten",
2020
mixinStandardHelpOptions = false,
21-
description = "Flatten JSON-LD document and optionally compacts it using a context",
21+
description = "Flatten JSON-LD document and optionally compact it using a context",
2222
sortOptions = true,
2323
descriptionHeading = "%n",
2424
parameterListHeading = "%nParameters:%n",

src/main/java/com/apicatalog/cli/command/FromRdfCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@Command(
1919
name = "fromrdf",
2020
mixinStandardHelpOptions = false,
21-
description = "Transform N-Quads document into a JSON-LD document in expanded form",
21+
description = "Transform N-Quads document into a JSON-LD document in an expanded form",
2222
sortOptions = true,
2323
descriptionHeading = "%n",
2424
parameterListHeading = "%nParameters:%n",

0 commit comments

Comments
 (0)