diff --git a/app/structures/content-format/page.mdx b/app/structures/content-format/page.mdx index b294f93..66db689 100644 --- a/app/structures/content-format/page.mdx +++ b/app/structures/content-format/page.mdx @@ -85,7 +85,7 @@ It is a good idea to provide at least two versions of an image (if possible): on Size of the content in bytes. - Hash of the content. + Hash of the content. Encoded in hexadecimal. ```typescript type HashNames = "sha256" | "sha512" | "sha3-256" | "sha3-512" | "blake2b-256" | "blake2b-512" | "blake3-256" | "blake3-512" | "md5" | "sha1" | "sha224" | "sha384" | "sha3-224" | "sha3-384" | "blake2s-256" | "blake2s-512" | "blake3-224" | "blake3-384";