You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2022. It is now read-only.
404: Doc: fix CONTRIBUTING.md typo r=ljedrz a=niklaslong
This PR fixes a typo in `CONTRIBUTING.md`.
Co-authored-by: Niklas Long <niklas@equilibrium.co>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ are encouraged. You can make a difference by tackling any of the following items
6
6
* Bug reports and feature requests in the form of issues
7
7
* Implementing the remaining features and corresponding HTTP endpoints not yet covered. See https://areweipfsyet.rs for info on which those are.
8
8
* Additional tests (unit, functional, conformance) and CI for existing functionality
9
-
* Examples, particularly those that showcase Rust's unique capaibilities or performance
9
+
* Examples, particularly those that showcase Rust's unique capabilities or performance
10
10
* Any advancements toward `no_std` support
11
11
* PRs for issues marked as [help wanted](https://github.com/rs-ipfs/rust-ipfs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) or [good first issue](https://github.com/rs-ipfs/rust-ipfs/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
12
12
* Other issues that are not marked as help wanted or good first issue ;)
0 commit comments