Skip to content

Commit a1a0e48

Browse files
aschmahmannlidel
andauthored
Update naming/pubsub.md typo
Co-Authored-By: Marcin Rataj <[email protected]>
1 parent b44ee6b commit a1a0e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

naming/pubsub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Reviewers:
1111
# Abstract
1212

1313
[Inter-Planetary Naming System (IPNS)](/README.md) is a naming system responsible for the creating, reading and updating of mutable pointers to data.
14-
IPNS consists of a pubic/private asymmetric cryptographic key pair, a record type and a protocol.
14+
IPNS consists of a public/private asymmetric cryptographic key pair, a record type and a protocol.
1515
Part of the protocol involves a routing layer that is used for the distribution and discovery of new or updated IPNS records.
1616

1717
The IPNS PubSub router uses as a base [libp2p PubSub](https://github.com/libp2p/specs/tree/master/pubsub), but layers on it persistence so as to ensure IPNS updates are always available to a connected network.
@@ -92,4 +92,4 @@ every 10 seconds)
9292

9393
# Implementations
9494

95-
- <https://github.com/ipfs/go-ipfs/tree/master/namesys>
95+
- <https://github.com/ipfs/go-ipfs/tree/master/namesys>

0 commit comments

Comments
 (0)