Skip to content

Commit

Permalink
Fix typos (#1832)
Browse files Browse the repository at this point in the history
* Update modular-meetup-toolkit.md

* Update arbitrum-deploy.md

* Update arbitrum-full-node.md

* Update blobstream-proof-queries.md

* Update how-to-stake-tia.md
  • Loading branch information
VolodymyrBg authored Jan 11, 2025
1 parent 6950ae3 commit 414c8f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion community/modular-meetup-toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ help you plan and execute your meetups effectively.

- [Sample presentation - run a light node](https://docs.google.com/presentation/d/1fV7OYUdW4kafkZcgHwFenFWDbSIwkk0R6BnSKrAV-Hc/edit#slide=id.g20713cce7c2_1_0)
- Summary:
This is an overview presentation goes over running a Celestia light node.
This is an overview presentation that goes over running a Celestia light node.
You can find existing video presentations for this here:
- The sample presentation covers:
1. What is a Celestia light node?
Expand Down
2 changes: 1 addition & 1 deletion how-to-guides/arbitrum-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ root of your cloned `orbit-setup-script` repository.
### Step 7: Pick an L2 RPC URL for the Batch Poster

In order for the Batch Poster, which is responsible for posting batches of data, to
subscribe to Blobstream's smart contract events, the node most use a WebSocket
subscribe to Blobstream's smart contract events, the node must use a WebSocket
connection, since an HTTP one will not support subscriptions. This RPC URL is different
from the `parent-chain.connection.url` object used in the node config, and is
not necessary when running a full node. WebSocket (WSS) URLs which are
Expand Down
2 changes: 1 addition & 1 deletion how-to-guides/arbitrum-full-node.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: A guide on how to run a full node or validating full node on your Orbit rollup.
description: A guide on how to run a full node or validate a full node on your Orbit rollup.
---

# Running a full node and/or validator
Expand Down
2 changes: 1 addition & 1 deletion how-to-guides/blobstream-proof-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ If we take the example blob that was submitted in the
[`RollupInclusionProofs.t.sol`](https://github.com/celestiaorg/blobstream-contracts/blob/3a552d8f7bfbed1f3175933260e6e440915d2da4/src/lib/verifier/test/RollupInclusionProofs.t.sol#L64-L65),
we can convert it to bytes using the `abi.encode(...)` as done for
[this variable](https://github.com/celestiaorg/blobstream-contracts/blob/3a552d8f7bfbed1f3175933260e6e440915d2da4/src/lib/verifier/test/RollupInclusionProofs.t.sol#L384-L402).
This can be gotten from the above result of the
This can be obtained from the above result of the
[transaction inclusion proof](#2-transaction-inclusion-proof)
query in the field `data`.

Expand Down
2 changes: 1 addition & 1 deletion learn/how-to-stake-tia.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ On the following screen choose a validator of your choice, enter
the desired amount, and click `Review`.

Following that, review the transaction details and select `Stake`,
then wait for the transaction to finalize.
then wait for the transaction to be finalized.

![Keplr1](/img/leap/leap2.gif)

Expand Down

0 comments on commit 414c8f1

Please sign in to comment.