Skip to content

Commit

Permalink
chore: fix spelling issues (#5522)
Browse files Browse the repository at this point in the history
Hello
I found several spelling issues in your docs.
Br, Elias.

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
nnsW3 and mergify[bot] authored Aug 27, 2024
1 parent 56b6c62 commit 64c6eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/maintainer-handbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This will have mergify approve your PR, thus fulfilling all requirements to auto
Our CI checks that each crate which is modified gets a changelog entry.
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.

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

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion examples/ipfs-kad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ Failed to insert the PK record
## Conclusion

In conclusion, this example provides a practical demonstration of using the Rust P2P Library to interact with the Kademlia protocol on the IPFS network.
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.
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.
This knowledge can be valuable when developing peer-to-peer applications or understanding decentralized networks.
2 changes: 1 addition & 1 deletion wasm-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Before you run the tests you need to install the following:

# Run tests

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

0 comments on commit 64c6eb2

Please sign in to comment.