diff --git a/README.md b/README.md index 33bbd87661..856bce8bc5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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 diff --git a/adr/libp2p/identify-interval.md b/adr/libp2p/identify-interval.md index 59dd9db4c6..1b068c1637 100644 --- a/adr/libp2p/identify-interval.md +++ b/adr/libp2p/identify-interval.md @@ -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.