Skip to content

Commit

Permalink
docs: fix typos (#1089)
Browse files Browse the repository at this point in the history
* fix typos

* fix typo

* fix typos

* fix typos

* fix typos

* fix typos

* fix typo

* fix typo

* fix typos

* fix typo

* fix typo

* fix typos

* fix typo

* fix typo
  • Loading branch information
omahs authored Sep 26, 2023
1 parent ca19401 commit a567ba2
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions docs/developers/build-modular.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ new blockchain.
3. **Any part of the stack can be delegated**. Development time can be
reduced by outsourcing functions of the rollup to external providers.

All in all, builders will be able to outsource as much of the stackas
All in all, builders will be able to outsource as much of the stack as
they need. Deploying a new blockchain will be as simple as clicking a
few options to initialize a production-ready rollup.

Expand Down Expand Up @@ -115,7 +115,7 @@ Here are a few options that are currently available for developers.
### Smart contracts

[Bubs testnet](https://bubstestnet.com/) is a dedicated EVM-compatible
rollup that developerscan use to test and deploy smart contract
rollup that developers can use to test and deploy smart contract
applications.

### Sovereign rollups
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/celestia-app-vesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Output:
#### Set variables
Set the keys as varibles, using the validator address as the `FROM_ADDRESS`
Set the keys as variables, using the validator address as the `FROM_ADDRESS`
and the vesting-key as the `TO_ADDRESS`.
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/deploy-on-bubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ The result will look similar:
0x000000000000000000000000000000000000000000000000000000000000000a
```

Convert the result from hexadeximal to a base 10 value with:
Convert the result from hexadecimal to a base 10 value with:

```bash
echo $((0x000000000000000000000000000000000000000000000000000000000000000a))
Expand Down
10 changes: 5 additions & 5 deletions docs/developers/full-stack-modular-development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ contract Blog {
mapping(uint => Post) private idToPost;
mapping(string => Post) private hashToPost;
/* events facilitate communication between smart contractsand their user interfaces */
/* events facilitate communication between smart contracts and their user interfaces */
/* i.e. we can create listeners for events in the client and also use them in The Graph */
event PostCreated(uint id, string title, string hash);
event PostUpdated(uint id, string title, string hash, bool published);
Expand Down Expand Up @@ -222,7 +222,7 @@ forge test -vv
Now that we've tested the contract, let's try deploying it locally using
[Solidity Scripting](https://book.getfoundry.sh/tutorials/solidity-scripting.html).

To do so, update the deloyment script at `script/Contract.s.sol` with the
To do so, update the deployment script at `script/Contract.s.sol` with the
following code:

```solidity title="script/Contract.s.sol"
Expand Down Expand Up @@ -368,8 +368,8 @@ For the frontend project, we’ll be using the following libraries and framework
[Vite](https://vitejs.dev) - Project generator / rapid development tool for
modern web projects

[Rainbowkit](https://www.rainbowkit.com) - Easy and beautifl library to connect
a wallets
[Rainbowkit](https://www.rainbowkit.com) - Easy and beautiful library to connect
a wallet

[WAGMI](https://github.com/wagmi-dev/wagmi) - 20+ hooks for working with
wallets, ENS, contracts, transactions, signing, etc
Expand Down Expand Up @@ -498,7 +498,7 @@ ReactDOM.createRoot(document.getElementById("root")).render(
### Creating and reading posts
Now that the the base configuration is set up we’ll create a view that allows
Now that the base configuration is set up we’ll create a view that allows
users to create and view posts.
We’ll be using IPFS to upload the content of the post, then anchoring the hash
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/ibc-relayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ list = [
:::danger caution
Relayer needs chain data for at least 2/3 of the unbonding period,
so make sure to use prunning settings that keep the state for longer
so make sure to use pruning settings that keep the state for longer
period than the unbonding time. You can configure custom pruning in
`app.toml` for each chain.
Expand Down
4 changes: 2 additions & 2 deletions docs/developers/intro-to-op-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ Celestia is a minimal blockchain that only orders and publishes transactions
and does not execute them. By decoupling the consensus and application
execution layers, Celestia modularizes the blockchain technology stack
and unlocks new possibilities for decentralized application builders.
Lean more at [Celestia.org](https://celestia.org).
Learn more at [Celestia.org](https://celestia.org).

## OP Stack and Celestia

This category will guide you through how start your own devnet or testnet
This category will guide you through how to start your own devnet or testnet
with a modified version of `optimism-bedrock` that uses Celestia as a
DA layer.

Expand Down
2 changes: 1 addition & 1 deletion docs/developers/node-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: An overview of the Celestia Node API.
# Node API

The Celestia Node API is made for interacting with `celestia-node`.
There are a two ways in which a user and developer can interact with
There are two ways in which a user and developer can interact with
the API, the RPC API and the Gateway API. The API's documentation
can be found [here](/api/v0.11.0-rc13).

Expand Down
4 changes: 2 additions & 2 deletions docs/developers/node-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ Read more about shares in the [Celestia Specs](https://celestiaorg.github.io/cel
Here is what an example of the format of the `get` command looks like:

```bash
celestia rpc blob get [block height] [namespace in hex] [committment from output above]
celestia rpc blob get [block height] [namespace in hex] [commitment from output above]
```

Here is an example command to retrieve the data from above, on `arabica-10`:
Expand Down Expand Up @@ -1490,7 +1490,7 @@ To set a fee of 10000 utia and gas limit of 100000, use the
celestia rpc blob submit 0x42690c204d39600fddd3 'gm' --fee 10000 --gas.limit 100000
```

You will receive the height and committment of the block in which the
You will receive the height and commitment of the block in which the
transaction was included for these three examples:

```json
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/optimism-devnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ git checkout v0.1.3-OP_v1.0.6-CN_v0.11.0-rc8
### asdf

[Install `asdf`](https://asdf-vm.com/guide/getting-started.html)
to allow us to intall a specific version of node easily.
to allow us to install a specific version of node easily.

Here is an example for Ubuntu using bash:

Expand Down
4 changes: 2 additions & 2 deletions docs/developers/prompt-scavenger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func main() {
```

Here we setup all required libraries we need to use plus the `main`
function where we will use for our game.
function that we will use for our game.

### Helpful functions

Expand Down Expand Up @@ -438,4 +438,4 @@ After some time, it’ll post the output of the prompt you submitted to OpenAI t

With this tutorial, you were able to construct a PFB transaction, submit it to Celestia, get it back from Celestia and decode its contents, then for added bonus, submit the message to GPT-3.5.

For the next steps, we will be releasing quests to this tutorial where users will need to complete challenges that helps familiarize them with the Celestia Data Availability layer.
For the next steps, we will be releasing quests to this tutorial where users will need to complete challenges that help familiarize them with the Celestia Data Availability layer.
2 changes: 1 addition & 1 deletion docs/developers/staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Learn how to stake your tokens on the Celestia network.

Engage with the Celestia network at a deeper level through staking. An
essential mechanism to a proof-of-stake network, users can secure the
network by delegating to a validator and receive a share of it's
network by delegating to a validator and receive a share of its
staking rewards.

Currently, the following staking interfaces exist for the
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/submit-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the user via multiplying the gas limit by the desired gas price. This means that
users should use an accurate gas limit value if they do not wish to over pay.

Under the hood, fees are currently handled by specifying and deducting a flat
fee. However gas price is often specifed by users instead of calculating the
fee. However gas price is often specified by users instead of calculating the
flat fee from the gas used and the gas price. Since the state machine does not
refund users for unused gas, gas price is calculated by dividing the total fee
by the gas limit.
Expand Down
2 changes: 1 addition & 1 deletion docs/learn/data-availability-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ Some of those include:

- Reward nodes based on the amount of transaction data they store and requests for data
they serve (this is the case with some data storage blockchains, like [Filecoin](https://filecoin.io)).
- Publish transaction data onto a data storage blockchain that incentives storing and
- Publish transaction data onto a data storage blockchain that incentivizes storing and
serving requests for historical data.
4 changes: 2 additions & 2 deletions docs/nodes/celestia-app-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ celestia-appd tx gov vote <proposal id> <option> --from <wallet> --chain-id <cha
```

To submit a proposal, there are two commands that can be used. The first is the
legacy command, which is the reccomended way to submit a proposal.
legacy command, which is the recommended way to submit a proposal.

To change the max validators to 105, one would first save this JSON file:

Expand Down Expand Up @@ -259,7 +259,7 @@ that contains the proposal.
}
```

The the json file can be submitted using a similar proposal submission command as above:
The json file can be submitted using a similar proposal submission command as above:

```sh
celestia-appd tx gov submit-legacy-proposal community-pool-spend <path to json file> --from <wallet>
Expand Down

0 comments on commit a567ba2

Please sign in to comment.