docs: fix minor typos (#10849)
Andrew Gillis committed
Jun 25, 2025 at 01:26 UTC
be241769769ecd3bb29ddae7f2ff04f5157a9a03
3 files changed
+3
-3
README.md
+1
-1
@@ -224,7 +224,7 @@ $ ipfs get /ipns/dist.ipfs.tech/kubo/$VERSION/kubo_$VERSION_windows-amd64.zip
224
# pacman -S kubo
225
```
226
227
-[](https://aur.archlinux.org/packages/kubo/)
227
+[](https://archlinux.org/packages/kubo/)
228
229
#### <a name="gentoo-linux">Gentoo Linux</a>
230
docs/changelogs/v0.10.md
+1
-1
@@ -101,7 +101,7 @@ See `ipfs swarm peering --help` for more details.
101
- github.com/ipfs/go-ipfs:
102
- fuse: load unixfs adls as their dagpb substrates
103
- enable the legacy mDNS implementation
104
- - test: add dag get --ouput-codec test
104
+ - test: add dag get --output-codec test
105
- change ipfs dag get flag name from format to output-codec
106
- test: check behavior of loading UnixFS sharded directories with missing shards
107
- remove dag put option shortcuts
docs/changelogs/v0.4.md
+1
-1
@@ -1808,7 +1808,7 @@ The next steps are:
1808
- make timecache duration configurable ([libp2p/go-libp2p-pubsub#148](https://github.com/libp2p/go-libp2p-pubsub/pull/148))
1809
- godoc is not html either ([libp2p/go-libp2p-pubsub#147](https://github.com/libp2p/go-libp2p-pubsub/pull/147))
1810
- godoc documentation is not markdown ([libp2p/go-libp2p-pubsub#146](https://github.com/libp2p/go-libp2p-pubsub/pull/146))
1811
- - Add documentation for subscribe's non-instanteneous semantics ([libp2p/go-libp2p-pubsub#145](https://github.com/libp2p/go-libp2p-pubsub/pull/145))
1811
+ - Add documentation for subscribe's non-instantaneous semantics ([libp2p/go-libp2p-pubsub#145](https://github.com/libp2p/go-libp2p-pubsub/pull/145))
1812
- Some documentation ([libp2p/go-libp2p-pubsub#140](https://github.com/libp2p/go-libp2p-pubsub/pull/140))
1813
- rework peer tracking logic to handle multiple connections ([libp2p/go-libp2p-pubsub#132](https://github.com/libp2p/go-libp2p-pubsub/pull/132))
1814
- github.com/libp2p/go-libp2p-pubsub-router: