From 6ab8e81bab77ad66a00d2b82d09a160a503c4fe2 Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Mon, 1 Jul 2024 15:18:27 -0700 Subject: [PATCH] fix spellchecker --- .custom-words.txt | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.custom-words.txt b/.custom-words.txt index 1a70bbb7..ad5d4052 100644 --- a/.custom-words.txt +++ b/.custom-words.txt @@ -19,6 +19,7 @@ CRDT CRDTs Canonicalization Compositionality +Cryptosuite DAG DAGs DHT @@ -36,8 +37,10 @@ GUID Golang Gozalishvili HEHYSF +Hardenberg Haus Holmgren +IPLD Invoker's Irakli JSON @@ -53,6 +56,8 @@ Memoized Merkle Mikael MkiTBz +Multibase +Multihash OCAP OCapN PITM @@ -74,6 +79,8 @@ SPKI ScopeA ScopeB Seitan +SignatureBytes +Storacha Subschemes TXT TypeScript @@ -83,7 +90,9 @@ UCANs URI URIs Vandevelde +Varsig WG +WebCrypto WebNative Webber ZCAP @@ -97,10 +106,13 @@ auth autonumber bene blockchain +btc codec codecs crudGraph +cryptographic cryptographically +cryptosuite del delegable delegator @@ -118,6 +130,7 @@ hawaii init inlining interconnectivity +interoperable interpretable inv invoker diff --git a/README.md b/README.md index f79b21e2..b259117c 100644 --- a/README.md +++ b/README.md @@ -615,7 +615,7 @@ We want to especially recognize [Mark Miller] for his numerous contributions to -[^b58btc]: The choice of `base58btc` retains compatability with common CID tools, and forces a canonical CID encoding unlike `base32`'s case-insensitivity. +[^b58btc]: The choice of `base58btc` retains compatibility with common CID tools, and forces a canonical CID encoding unlike `base32`'s case-insensitivity. [^pcec]: To be precise, this is a [PC/EC][PACELC] system, which is a critical trade-off for many systems. UCAN can be used to model both PC/EC and PA/EL, but is most typically PC/EL.