docs: capitalize headers for consistency
(cherry picked from commit c80a5a867b8e81f51cf78615abd3c58e5bf289c3)
Henrique Dias committed
Oct 4, 2023 at 11:53 UTC
bd36a9d06b65bab4d915d29905cc84a75cb86559
1 file changed
+2
-2
docs/changelogs/v0.23.md
+2
-2
@@ -14,7 +14,7 @@
14
- [Trustless Gateway Over Libp2p Experiment](#trustless-gateway-over-libp2p-experiment)
15
- [Removal of `/quic` (Draft 29) support](#removal-of-quic-draft-29-support)
16
- [Better Caching of multiaddresses for providers in DHT servers](#better-caching-of-multiaddresses-for-providers-in-dht-servers)
17
- - [fixed FUSE multiblock structures](#fixed-fuse-multiblock-structures)
17
+ - [Fixed FUSE multiblock structures](#fixed-fuse-multiblock-structures)
18
- [📝 Changelog](#-changelog)
19
- [👨👩👧👦 Contributors](#-contributors)
20
@@ -116,7 +116,7 @@ In most cases this enables skipping a second query which resolves the peer id to
116
117
This will improve content fetching lantency in the network overtime as servers updates.
118
119
-#### fixed FUSE multiblock structures
119
+#### Fixed FUSE multiblock structures
120
121
`ls`ing directories and reading dag-pb files on a fuse volume have been fixed. [#9044](https://github.com/ipfs/kubo/issues/9044)
122
Thx a lot @bmwiedemann for debugging this issue.