Fix minor typo in content hash calculations (#2128)

* Fix minor typo in content hash calculations

* Changelog
This commit is contained in:
Travis Ralston 2025-04-07 14:28:00 -06:00 committed by GitHub
parent 8a2c58b1b1
commit 23ff7f1343
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix various typos throughout the specification.

View file

@ -1337,7 +1337,7 @@ calculated as follows.
The *content hash* of an event covers the complete event including the
*unredacted* contents. It is calculated as follows.
First, any existing `unsigned`, `signature`, and `hashes` members are
First, any existing `unsigned`, `signatures`, and `hashes` properties are
removed. The resulting object is then encoded as [Canonical
JSON](/appendices#canonical-json), and the JSON is hashed using
SHA-256.