Skip to content

Commit 5d323fd

Browse files
committed
fix some grammar & punctuation
1 parent bfa52d2 commit 5d323fd

File tree

18 files changed

+47
-43
lines changed

18 files changed

+47
-43
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515

1616
# production
1717
/build
18+
/public
19+
1820

1921
# misc
2022
.DS_Store
2123
*.pem
24+
.parcel-cache
2225

2326
# debug
2427
npm-debug.log*

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/docs/commands/author-create/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const metadata = {
1414

1515
# author create
1616

17-
Create a new author {{ className: 'lead' }}
17+
Create a new author. {{ className: 'lead' }}
1818

1919

2020

src/app/docs/commands/author-list/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const metadata = {
1414

1515
# author list
1616

17-
List authors {{ className: 'lead' }}
17+
List authors. {{ className: 'lead' }}
1818

1919

2020

src/app/docs/commands/author-switch/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Set the active author for doc insertion (only works within the console) {{ class
2121

2222
| name | necessity | description |
2323
| ---- | --------- | ----------- |
24-
| ID | required | id of the author to switch to |
24+
| ID | required | Id of the author to switch to. |
2525

2626

2727

src/app/docs/commands/blob-list-blobs/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ export const metadata = {
1212
]} />
1313
</div>
1414

15-
# blob list collections
15+
# blob list blobs
1616

17-
List the available collections on the running provider {{ className: 'lead' }}
17+
List the available blobs on the running provider. {{ className: 'lead' }}
1818

1919

2020

src/app/docs/commands/blob-validate/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ export const metadata = {
1414

1515
# blob validate
1616

17-
Validate hashes on the running node {{ className: 'lead' }}
17+
Validate hashes on the running node. {{ className: 'lead' }}
1818

1919

2020
### Arguments
2121

2222
| name | necessity | description |
2323
| ---- | --------- | ----------- |
24-
| repair | | Repair the store by removing invalid data |
24+
| repair | | Repair the store by removing invalid data. |
2525

2626

2727

src/app/docs/commands/doc-get/page.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ Get entries in a document {{ className: 'lead' }}
2323
| ---- | --------- | ----------- |
2424
| KEY | required | Key to the entry to fetch |
2525
| DOC_ID | required | Required unless the document is set through the IROH_DOC environment variable. Within the Iroh console, the active document can also set with `doc set`. |
26-
| prefix | | If true, get all entries that start with KEY |
27-
| author | | If provided, only return entries from this author |
28-
| old | | If true, old entries will be included. By default only the latest value for each key is shown |
29-
| content | | Also print the content for each entry (but only if smaller than 1MB and valid UTf-8) |
26+
| prefix | | If true, get all entries that start with KEY. |
27+
| author | | If provided, only return entries from this author. |
28+
| old | | If true, old entries will be included. By default only the latest
29+
value for each key is shown. |
30+
| content | | Also print the content for each entry (but only if smaller than
31+
1MB and valid UTf-8). |
3032

3133

3234

src/app/docs/commands/doc-join/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Join a document from a ticket {{ className: 'lead' }}
2121

2222
| name | necessity | description |
2323
| ---- | --------- | ----------- |
24-
| TICKET | required | the ticket to join a document. Create a ticket with &#39;doc share&#39; |
24+
| TICKET | required | The ticket to join a document. Create a ticket with &#39;doc share&#39;. |
2525

2626

2727

src/app/docs/commands/doc-keys/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ List all keys in a document {{ className: 'lead' }}
2222
| name | necessity | description |
2323
| ---- | --------- | ----------- |
2424
| DOC_ID | required | Document to operate on. Required unless the document is set through the IROH_DOC environment variable. Within the Iroh console, the active document can also set with `doc set`. |
25-
| PREFIX | optional | Only list keys that start with PREFIX |
26-
| author | optional | Filter by author |
27-
| old | optional | If true, old entries will be included. By default only the latest value for each key is shown |
25+
| PREFIX | optional | Only list keys that start with PREFIX. |
26+
| author | optional | Filter by author. |
27+
| old | optional | If true, old entries will be included. By default only the latest value for each key is shown. |
2828

2929

3030

0 commit comments

Comments
 (0)