Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Fix typos in documentation: Correct 'In oder' to 'In order', fix 'env…
Browse files Browse the repository at this point in the history
…iroment' to 'environment', correct 'reults' to 'results' in Ping Results section, and change 'engress' to 'egress' in CUDA section.
  • Loading branch information
joaolago1113 committed Dec 9, 2023
1 parent e7688b5 commit e3a0b5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## InfluxDB

In oder to explore validator specific metrics from mainnet-beta, testnet or devnet you can use Chronograf:
In order to explore validator specific metrics from mainnet-beta, testnet or devnet you can use Chronograf:

* https://metrics.solana.com:8888/ (production enviroment)
* https://metrics.solana.com:8889/ (testing enviroment)
* https://metrics.solana.com:8888/ (production environment)
* https://metrics.solana.com:8889/ (testing environment)

For local cluster deployments you should use:

Expand Down Expand Up @@ -47,4 +47,4 @@ The fee market dashboard shows:

### Ping Results

The ping reults dashboard displays relevant information about the Ping API
The ping results dashboard displays relevant information about the Ping API
2 changes: 1 addition & 1 deletion net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ ./gce.sh delete #<-- Dispose of the network (billing stops here)

### Running the network over public IP addresses
By default private IP addresses are used with all instances in the same
availability zone to avoid GCE network engress charges. However to run the
availability zone to avoid GCE network egress charges. However to run the
network over public IP addresses:
```bash
$ ./gce.sh create -P ...
Expand Down

0 comments on commit e3a0b5a

Please sign in to comment.