Skip to content

Commit

Permalink
chore: typo fix correction (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Legner <[email protected]>
  • Loading branch information
dsarfed and mlegner authored Nov 1, 2024
1 parent 634c9ca commit f914bf9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit f914bf9

Please sign in to comment.