Skip to content

Commit c578c9a

Browse files
authored
Update IPNS.md
1 parent f0dbad5 commit c578c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipns/IPNS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ A logical IPNS record is a data structure containing the following fields:
141141
- **TTL** (uint64)
142142
- A hint for how long (in nanoseconds) the record should be cached before going back to, for instance the DHT, in order to check if it has been updated.
143143
- Implementations MUST include this value in both `IpnsEntry.ttl` and inside the DAG-CBOR document at `IpnsEntry.data[ttl]`.
144-
- Suggested default: 12 hours (43 200 000 000 000 nanosecdonds).
144+
- Suggested default: 12 hours (43 200 000 000 000 nanoseconds).
145145
- **Public Key** (bytes)
146146
- Public key used to sign this record.
147147
- If public key is small enough to fit in IPNS name (e.g., Ed25519 keys inlined using `identity` multihash), `IpnsEntry.pubKey` field is redundant and MAY be skipped to save space.

0 commit comments

Comments
 (0)