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: fix typos #2153

Merged
merged 1 commit into from
Oct 3, 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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The `websockets` feature is available for the `sn_networking` crate, and above,
tcp over websockets.

If building for `wasm32` then `websockets` are enabled by default as this is the only method
avilable to communicate with a network as things stand. (And that network must have `websockets`
available to communicate with a network as things stand. (And that network must have `websockets`
enabled.)

##### Building for wasm32
Expand Down Expand Up @@ -129,7 +129,7 @@ YMMV until stabilised.
- [Transfers](https://github.com/maidsafe/safe_network/blob/main/sn_transfers/README.md) The
transfers crate, used to send and receive tokens on the network.
- [Peers Acquisition](https://github.com/maidsafe/safe_network/blob/main/sn_peers_acquisition/README.md)
The peers peers acqisition crate, or: how the network layer discovers bootstrap peers.
The peers acquisition crate, or: how the network layer discovers bootstrap peers.
- [Build Info](https://github.com/maidsafe/safe_network/blob/main/sn_build_info/README.md) Small
helper used to get the build/commit versioning info for debug purposes.

Expand Down Expand Up @@ -210,7 +210,7 @@ Make sure you made a backup copy of the "recovery secret" generated by the above
one you have provided when prompted.

If any changes are now made to files or directories within this folder (at this point all files and
folders are considered new since it has just been initalised for tracking), before trying to push
folders are considered new since it has just been initialised for tracking), before trying to push
those changes to the network, we can get a report of the changes that have been made locally:

```bash
Expand Down
2 changes: 1 addition & 1 deletion adr/libp2p/identify-interval.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Accepted

Idle nodes in a network of moderate data have a high ongoing bandwidth.

This appears to be because of the identify polling of nodes, which occurs at the deafult libp2p rate, of once per 5 minutes.
This appears to be because of the identify polling of nodes, which occurs at the default libp2p rate, of once per 5 minutes.

We see ~1mb/s traffic on nodes in a moderate network.

Expand Down
Loading