Skip to content

Commit

Permalink
Docs fix spelling issues (#619)
Browse files Browse the repository at this point in the history
* Update page.md

* Update page.md

* Update page.md
  • Loading branch information
nnsW3 authored Nov 7, 2024
1 parent aced873 commit eb868bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/app/docs/code-of-conduct/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nextjs:
description: Code of conduct for Blobscan.
---

We strive to create an inclusive, respectful, and transparent environment in our open source projects.
We strive to create an inclusive, respectful, and transparent environment in our open-source projects.

## Commitment

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/app/docs/installation/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Check out [eip4844-devnet](https://github.com/jimmygchen/eip4844-devnet) if you

Blobscan is configured using environment variables. You can define them using `export` or with an `.env` file.

We provide a `.env.example` file as reference which you can use as starting point.
We provide a `.env.example` file as a reference which you can use as starting point.

```shell
cp .env.example .env
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/src/app/docs/running-blobscan-k8s/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nextjs:
A set of Helm charts are provided to run multiple Blobscan components on Kubernetes.

{% callout title="Tip" %}
If you want to try the Helm Charts without setting up a whole Kubernetes clusters, you can create a localy [Kind](https://kind.sigs.k8s.io/) cluster.
If you want to try the Helm Charts without setting up a whole Kubernetes clusters, you can create a local [Kind](https://kind.sigs.k8s.io/) cluster.
{% /callout %}

```bash
Expand All @@ -25,7 +25,7 @@ First you will need to add a new repository:
helm repo add blobscan-helm-charts https://blobscan.github.io/blobscan-helm-charts
```

Then retrieve the packages in the repository an install:
Then retrieve the packages in the repository and install:

```bash
helm repo update
Expand Down

0 comments on commit eb868bd

Please sign in to comment.