You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: naming/pubsub.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Reviewers:
11
11
# Abstract
12
12
13
13
[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.
15
15
Part of the protocol involves a routing layer that is used for the distribution and discovery of new or updated IPNS records.
16
16
17
17
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.
0 commit comments