Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CreeptoGengar authored Dec 22, 2024
1 parent 678699a commit e2b9386
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit e2b9386

Please sign in to comment.