Skip to content

Commit

Permalink
Merge pull request #1837 from vtjl10/main
Browse files Browse the repository at this point in the history
fix: typos in documentation files
  • Loading branch information
rootulp authored Jan 2, 2025
2 parents 8ed5e88 + 5bb608d commit 964ed09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion how-to-guides/arabica-devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ to their respective DA node.
:::tip EXAMPLE

```bash
celestia <da_type> start core.ip <url> -core.grpc.port <port>
celestia <da_type> start --core.ip <url> --core.grpc.port <port>
```

:::
Expand Down
2 changes: 1 addition & 1 deletion how-to-guides/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Let's set the trusted hash!
1. Open your `config.toml` at `.celestia-light-{{ constants.mochaChainId }}/config.toml`
1. Set `DASer.SampleFrom` to the trusted height (e.g. `SampleFrom = 123456`)

> If you dont do this, when trying to retrieve data in a few minutes, you'll see a response saying `"result": "header: syncing in progress: localHeadHeight: 94721, requestedHeight: 2983850"`. You'll either need to let the node sync to the `requestedHeight`, or use quick sync with trusted hash to do this.
> If you don't do this, when trying to retrieve data in a few minutes, you'll see a response saying `"result": "header: syncing in progress: localHeadHeight: 94721, requestedHeight: 2983850"`. You'll either need to let the node sync to the `requestedHeight`, or use quick sync with trusted hash to do this.
Learn more in [the trusted hash quick sync guide](./celestia-node-trusted-hash.md).
### Start the light node
Expand Down

0 comments on commit 964ed09

Please sign in to comment.