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 spelling issues #5522

Merged
merged 5 commits into from
Aug 27, 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
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.
Loading