From 1471b2d7851d4769b657b26917e097ab466cedfe Mon Sep 17 00:00:00 2001 From: Wade Cheng <86323079+wade-cheng@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:59:09 -0400 Subject: [PATCH] grammar, add "to" --- src/app/docs/quickstart/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/docs/quickstart/page.mdx b/src/app/docs/quickstart/page.mdx index 4c8817e0..b3fcc74b 100644 --- a/src/app/docs/quickstart/page.mdx +++ b/src/app/docs/quickstart/page.mdx @@ -153,7 +153,7 @@ Here's our plan for turning this into a CLI that actually does what we set out t 4. If we're supposed to receive data: - we'll parse the ticket out of the CLI arguments, - download the file using [`download`](https://docs.rs/iroh-blobs/latest/iroh_blobs/rpc/client/blobs/struct.Client.html#method.download), - - and copy the result the local file system. + - and copy the result to the local file system. Phew okay! Here's how we'll grab an iroh-blobs client and look at the CLI arguments: