Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit c0653e0

Browse files
authored
fix minor typo in docs
1 parent bb2d1fc commit c0653e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/protocols/core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@ The "relative root" is the base domain of the server, which is used to retrieve
21692169
The uniqueness constraint of the identifier is important. If a collision occurs when trying to
21702170
move the resource to another server, the resource cannot be migrated in a way that preserves the
21712171
references to it. One way to ensure the uniqueness of the identifier is to use a hash function on the
2172-
resource itself. Combining this has with a cryptographically strong nonce, then hashing the result of
2172+
resource itself. Combining this hash with a cryptographically strong nonce, then hashing the result of
21732173
concatenating the nonce and the hash of the resource should yield a unique identifier.
21742174

21752175
The URI for resource addressing with relative roots is formatted as follows:

0 commit comments

Comments
 (0)