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

chore: typo fix correction #158

Merged
merged 8 commits into from
Nov 1, 2024
Merged
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
2 changes: 1 addition & 1 deletion docs/blog/04_testnet_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ whole.

- Find out how to
[upload and delete deletable blobs](../usage/client-cli.md#reclaiming-space-via-deletable-blobs)
thought the CLI.
through the CLI.
- Find out more about how [delete operations work](../dev-guide/dev-operations.md#delete).

## Epochs
Expand Down
2 changes: 1 addition & 1 deletion docs/design/operations-off-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The flow is as follows:
epoch. The storage nodes verify the proof and sign it.

- The storage node who found the inconsistency aggregates the signatures into an inconsistency
certificate and sends it to the Walrus smart contract, which verifies it and emits a inconsistent
certificate and sends it to the Walrus smart contract, which verifies it and emits an inconsistent
resource event.

- Upon receiving an inconsistent resource event, correct storage nodes delete sliver data for the
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-guide/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Walrus is also composed of a number of Walrus-specific services and binaries:
[Command Line Interface (CLI)](../usage/client-cli.md), a [JSON API](../usage/json-api.md)
and an [HTTP API](../usage/web-api.md) to perform Walrus operations.
- Aggregator services allow reading blobs via HTTP requests.
- Publisher services are used store blobs to Walrus.
- Publisher services are used to store blobs to Walrus.
- A set of storage nodes store encoded blobs. These nodes form the decentralized
storage infrastructure of Walrus.

Expand Down
2 changes: 1 addition & 1 deletion docs/dev-guide/sui-struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public struct BlobCertified has copy, drop {
}
```

The `BlobCertified` event with `deletable` set to false and a `end_epoch` in the future indicates
The `BlobCertified` event with `deletable` set to false and an `end_epoch` in the future indicates
that the blob will be available until this epoch. A light client proof this event was emitted
for a blob ID constitutes a proof of availability for the data with this blob ID.

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can enable debug logging for Walrus by setting the environment variable `RUS

Before undertaking any other steps, make sure you have the [latest `walrus`
binary](./setup.md#installation). If you have multiple versions in different locations, find the
the binary that will actually be used with `which walrus`.
binary that will actually be used with `which walrus`.

## Old hardware or incompatible VMs

Expand Down
Loading