Skip to content

Commit

Permalink
Typo corrections (#1782)
Browse files Browse the repository at this point in the history
* Typo Update golang-client-tutorial.md

"This section tutorial will guide you" — the correct phrasing would be "This tutorial section will guide you».

The mistake is in the word order. "Section tutorial" should be rephrased as "tutorial section" or "section of the tutorial."

* Typo Update integrate-celestia.md

"When getting started Celestia" — should be "When getting started with Celestia".
The word "with" is missing. The correct phrase is "getting started with Celestia."

* Typo Update prompt-scavenger.md

"order to sign up for an account and generate an OpenAI API key."

This sentence has an extra "order" at the beginning.
It should be:
"In order to sign up for an account and generate an OpenAI API key."

* Typo Update rust-client-tutorial.md

"This section tutorial will guide you through using the most common RPC endpoints with..."

The word "section" is incorrect here. It should be:

"This tutorial section will guide you through using the most common RPC endpoints with..."

This change ensures the sentence flows correctly and makes more sense grammatically.
  • Loading branch information
mdqst authored Nov 6, 2024
1 parent ecf496e commit 8bbd033
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tutorials/golang-client-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Golang client library tutorial {#golang-client-library}

This section tutorial will guide you through using the most common RPC endpoints with the golang client library.
This tutorial section will guide you through using the most common RPC endpoints with the golang client library.

Install [dependencies](../how-to-guides/environment.md) and
[celestia-node](../how-to-guides/celestia-node.md) if you have
Expand Down
2 changes: 1 addition & 1 deletion tutorials/integrate-celestia.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ explorers, integrating the Celestia network.

## Getting started

When getting started Celestia, we recommend checking out these resources first:
When getting started with Celestia, we recommend checking out these resources first:

- [Introduction to Celestia](../learn/how-celestia-works/overview.md)
- [Monolithic v. Modular](../learn/how-celestia-works/monolithic-vs-modular.md)
Expand Down
2 changes: 1 addition & 1 deletion tutorials/prompt-scavenger.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Make sure you run this command in a different terminal window because the node h
### OpenAI key

Visit [OpenAI](https://platform.openai.com/) to sign up for an account and generate an API key.
order to sign up for an account and generate an OpenAI API key.
In order to sign up for an account and generate an OpenAI API key.
The key will be needed to communicate with OpenAI.

Once you have created an API key, set it as an environment variable with the following command, pasting in your own key:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/rust-client-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ next:

# Rust client library tutorial {#rust-client-library}

This section tutorial will guide you through using the most common RPC endpoints with [Lumina](https://github.com/eigerco/lumina/tree/main/rpc)'s rust client library.
This tutorial section will guide you through using the most common RPC endpoints with [Lumina](https://github.com/eigerco/lumina/tree/main/rpc)'s rust client library.

Install [dependencies](../how-to-guides/environment.md) and
[celestia-node](../how-to-guides/celestia-node.md) if you have
Expand Down

0 comments on commit 8bbd033

Please sign in to comment.