Skip to content

Commit 7e1bee7

Browse files
Arqu“ramfox”
andauthored
fix: typo in blog post (#408)
* fix: typo in blog post * blog: more spelling errors --------- Co-authored-by: “ramfox” <“[email protected]”>
1 parent b0f66f7 commit 7e1bee7

File tree

2 files changed

+2
-2
lines changed
  • src/app

2 files changed

+2
-2
lines changed

src/app/blog/iroh-0-94-0-the-endpoint-takeover/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We have a bunch of API changes and features for you in this one, all of which ar
4040

4141
* New defaults for Discovery
4242

43-
* Updated `EndpointAddr` (rpPreviously `NodeAddr`) to support additional transports
43+
* Updated `EndpointAddr` (Previously `NodeAddr`) to support additional transports
4444

4545
* `iroh-base::ticket` has moved to its own `iroh-tickets` crate!
4646

src/app/docs/concepts/discovery/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ DHT Discovery is _not_ enabled by default, and must be enabled by the user. You'
6565
iroh = { version = "0.nn", features = ["discovery-pkarr-dht"] }
6666
```
6767

68-
Then configure your endpoint to use DHT discovery concurrently with mDNS discovery, but not with the default DNS discovery, use the `Endpoint::empty_builder` method. This requires specifiying a `RelayMode`, which in this example we will keep default.
68+
Then configure your endpoint to use DHT discovery concurrently with mDNS discovery, but not with the default DNS discovery, use the `Endpoint::empty_builder` method. This requires specifying a `RelayMode`, which in this example we will keep default.
6969

7070
```rust
7171
use iroh::Endpoint;

0 commit comments

Comments
 (0)