Skip to content

Commit

Permalink
docs: toc and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Jan 31, 2025
1 parent 4f88be6 commit 4b790b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/changelogs/v0.33.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- [New options for faster writes: `WriteThrough`, `BlockKeyCacheSize`, `BatchMaxNodes`, `BatchMaxSize`](#new-options-for-faster-writes-writethrough-blockkeycachesize-batchmaxnodes-batchmaxsize)
- [MFS stability with large number of writes](#mfs-stability-with-large-number-of-writes)
- [New DoH resolvers for non-ICANN DNSLinks](#new-doh-resolvers-for-non-icann-dnslinks)
- [Reliability improvements to the WebRTC Direct listener](#reliability-improvements-to-the-web-rtc-direct-listener)
- [📦️ Important dependency updates](#-important-dependency-updates)
- [Escape Redirect URL for Directory](#escape-redirect-url-for-directory)
- [📝 Changelog](#-changelog)
Expand Down Expand Up @@ -101,7 +102,7 @@ We have fixed a number of issues that were triggered by writing or copying many

#### Reliability improvements to the WebRTC Direct listener

Two fixes in go-libp2p imporve the reliability of the WebRTC Direct listner in Kubo, and by extension dialability from browsers.
Two fixes in go-libp2p imporve the reliability of the WebRTC Direct listener in Kubo, and by extension dialability from browsers.

Check failure on line 105 in docs/changelogs/v0.33.md

View workflow job for this annotation

GitHub Actions / spellcheck

imporve ==> improve

Check failure on line 105 in docs/changelogs/v0.33.md

View workflow job for this annotation

GitHub Actions / spellcheck

imporve ==> improve

Relevant changes in go-libp2p:
- [Deprioritising outgoing `/webrtc-direct`](https://github.com/libp2p/go-libp2p/pull/3078) dials.
Expand Down

0 comments on commit 4b790b1

Please sign in to comment.