Skip to content

Commit

Permalink
Merge pull request #7585 from Luflosi/fix-typo
Browse files Browse the repository at this point in the history
docs: fix typo in default swarm addrs config docs
  • Loading branch information
olizilla authored Aug 11, 2020
2 parents 7b9bb8f + 0155a88 commit 97fee07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Default:
[
"/ip4/0.0.0.0/tcp/4001",
"/ip6/::/tcp/4001",
"/ip6/0.0.0.0/udp/4001/quic",
"/ip4/0.0.0.0/udp/4001/quic",
"/ip6/::/udp/4001/quic"
]
```
Expand Down

0 comments on commit 97fee07

Please sign in to comment.