Skip to content

Commit e76adb9

Browse files
authored
grammar, add "to" (#349)
1 parent ecd2cb4 commit e76adb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/docs/quickstart/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Here's our plan for turning this into a CLI that actually does what we set out t
153153
4. If we're supposed to receive data:
154154
- we'll parse the ticket out of the CLI arguments,
155155
- download the file using [`download`](https://docs.rs/iroh-blobs/latest/iroh_blobs/rpc/client/blobs/struct.Client.html#method.download),
156-
- and copy the result the local file system.
156+
- and copy the result to the local file system.
157157

158158
Phew okay! Here's how we'll grab an iroh-blobs client and look at the CLI arguments:
159159

0 commit comments

Comments
 (0)