Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in documentation files #56

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The documentation is available [here](https://docs.grandine.io/). Feel free to r

## Performance

Grandine is a optimised and parallelised client. There aren't many published performance comparisions, but a previous [research](https://arxiv.org/abs/2311.05252) by MigaLabs may give some insight. We run 50,000 Holesky validators on one of our developer's machine.
Grandine is a optimised and parallelised client. There aren't many published performance comparisons, but a previous [research](https://arxiv.org/abs/2311.05252) by MigaLabs may give some insight. We run 50,000 Holesky validators on one of our developer's machine.

## Memory Usage

Expand Down Expand Up @@ -72,7 +72,7 @@ cross build \

### Docker Cross builds

Cross-compilated binaries can be used for Docker images.
Cross-compiled binaries can be used for Docker images.

Docker build command for `amd64` architecture:

Expand Down
2 changes: 1 addition & 1 deletion book/src/beacon_node_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ docker run \

* `--http-port` - sets API listen port (default: `5052`);
* `--http-address` - sets API listen address (default: `127.0.0.1`);
* `--timeout` - sets API timeout in miliseconds (default: `10000`).
* `--timeout` - sets API timeout in milliseconds (default: `10000`).