Skip to content

Commit cb36a26

Browse files
nnsW3mergify[bot]
authored andcommitted
chore: fix spelling issues (libp2p#5522)
Hello I found several spelling issues in your docs. Br, Elias. --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 81af0bd commit cb36a26

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/maintainer-handbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This will have mergify approve your PR, thus fulfilling all requirements to auto
3131
Our CI checks that each crate which is modified gets a changelog entry.
3232
Whilst this is a good default safety-wise, it creates a lot of false-positives for changes that are internal and don't need a changelog entry.
3333

34-
For PRs that in the categories `chore`, `deps`, `refactor` and `docs`, this check is disabled automatically.
34+
For PRs in the categories `chore`, `deps`, `refactor` and `docs`, this check is disabled automatically.
3535
Any other PR needs to explicitly disable this check if desired by applying the `internal-change` label.
3636

3737
## Dependencies

examples/ipfs-kad/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ Failed to insert the PK record
8787
## Conclusion
8888

8989
In conclusion, this example provides a practical demonstration of using the Rust P2P Library to interact with the Kademlia protocol on the IPFS network.
90-
By examining the code and running the example, users can gain insights into the inner workings of Kademlia and how it performs various basic actions like getting the closes peers or inserting records into the DHT.
90+
By examining the code and running the example, users can gain insights into the inner workings of Kademlia and how it performs various basic actions like getting the closest peers or inserting records into the DHT.
9191
This knowledge can be valuable when developing peer-to-peer applications or understanding decentralized networks.

wasm-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Before you run the tests you need to install the following:
88

99
# Run tests
1010

11-
Just call `run-all.sh` or `run.sh` in the test directory you are interested.
11+
Just call `run-all.sh` or `run.sh` in the test directory if you are interested.

0 commit comments

Comments
 (0)