From 93a6c7a4733e1d7bf50f1406b75ca00b29a64563 Mon Sep 17 00:00:00 2001 From: Paul d'Aoust Date: Mon, 5 Feb 2024 15:18:40 -0800 Subject: [PATCH] more custom words and standard dictionaries --- .cspell/custom-words.txt | 10 ++++++++++ .cspell/holochain-words.txt | 3 +++ .cspell/words-that-should-exist.txt | 6 ++++++ cspell.json | 2 +- 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.cspell/custom-words.txt b/.cspell/custom-words.txt index 1f2c42590..9a7a8cf9a 100644 --- a/.cspell/custom-words.txt +++ b/.cspell/custom-words.txt @@ -1,8 +1,18 @@ agent-centricity Anwaar Burmeister +Cachix CRDT d'Aoust IPFS +NixOS +nixpkgs +QUIC +rustc +rustflags +rustup +Tauri Ulhaq Wahlstrom +WebRTC +workdir diff --git a/.cspell/holochain-words.txt b/.cspell/holochain-words.txt index e9ecc5015..0791b3a23 100644 --- a/.cspell/holochain-words.txt +++ b/.cspell/holochain-words.txt @@ -1,9 +1,12 @@ +DeepKey +DPKI hApp Holo Holo's Holochain Holochain's Holonix +sharded Tryorama webhapp zome diff --git a/.cspell/words-that-should-exist.txt b/.cspell/words-that-should-exist.txt index 836c6b430..a4605823f 100644 --- a/.cspell/words-that-should-exist.txt +++ b/.cspell/words-that-should-exist.txt @@ -1,13 +1,19 @@ affordance affordances +automations +birthdate counterparties counterparties' counterparty counterparty's filesystem filesystems +interoperating permissivity +runtimes +sandboxed todo todos unforgeable +uninstallation unvalidated \ No newline at end of file diff --git a/cspell.json b/cspell.json index 82e873583..2b7baeb46 100644 --- a/cspell.json +++ b/cspell.json @@ -1,5 +1,5 @@ { - "dictionaries": ["holochain", "words-that-should-exist", "custom", "template"], + "dictionaries": ["holochain", "words-that-should-exist", "custom", "template", "html", "css", "softwareTerms"], "dictionaryDefinitions": [ { "name": "holochain",