Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos #1847

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions how-to-guides/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Feeling creative? Post your favorite quote and [share it on Twitter](https://x.c
celestia blob submit 0x71756f746573 '"Simplicity is the ultimate sophistication." -Leonardo da Vinci'
```

Once you run this command, you'll see a height and data committment in the response. This means your data has been successfully posted to the network!
Once you run this command, you'll see a height and data commitment in the response. This means your data has been successfully posted to the network!

```bash
{
Expand All @@ -191,7 +191,7 @@ Once you run this command, you'll see a height and data committment in the respo
To retrieve the data you posted, use the following command:

```bash
celestia blob get [height] [namespace] [committment]
celestia blob get [height] [namespace] [commitment]
```

In this example, you'll use the height and commitment from the response above:
Expand Down
Loading