wormhole/whitepapers
Jeff Schroeder b175dd43c8
docs: quit the spelling spam typo fix PRs with cspell magic (#3845)
* Add cspell configuration and custom dictionary

The goal is to cut down on both incoming tyops, and well meaning but
spammy tyop fix PRs.

To run cspell locally install it and run:

    cspell '**/*.md' \
        --config cspell.config.yaml \
        --words-only \
        --unique \
        --quiet | sort --ignore-case

* docs: cspell updates

* wormchain: cspell updates

* aptos: cspell updates

* node: cspell updates

* algorand: cspell updates

* whitepapers: cspell updates

* near: cspell updates

* solana: cspell updates

* terra: cspell updates

* cosmwasm: cspell updates

* ethereum: cspell updates

* clients: cspell updates

* cspell updates for DEVELOP document

* github: run cspell github action

* sdk: cspell updates

* github: only run cspell on markdown files

* algorand: EMMITTER --> EMITTER

Suggested-by: @evan-gray

* cspell: removed from dictionary

Suggested-by: @evan-gray

* aptos and node: cspell updates

Suggested-by: @evan-gray

* cosmowasm: doc updates for terra2

Suggested-by: @evan-gray

* algorand: cspell updates

Suggested-by: @evan-gray

* algorand: cspell updates

Suggested-by: @evan-gray

* cspell: updated custom word dictionary

This resorts the dictionary and adds a few new words from the
algorand/MEMORY.md document around varints and integers.

* cspell: sort the dictionary how vscode does it

On macOS the sorting is locale dependent. To do this on macOS, you have
to invert the case, do a character insensitive sort, and then invert the
case again:

    LC_COLLATE="en_US.UTF-8" cspell '**/*.md' --config cspell.config.yaml \
        --words-only \
        --unique \
        --no-progress \
        --quiet \
    | tr 'a-zA-Z' 'A-Za-z' \
    | sort --ignore-case \
    | tr 'a-zA-Z' 'A-Za-z'

This requires the `LC_COLLATE` variable to be set to `en_US.UTF-8`, or it
will not do the right thing.

* docs: grammar clean up

---------

Co-authored-by: Evan Gray <battledingo@gmail.com>
2024-03-20 15:40:02 -04:00
..
0001_generic_message_passing.md fix typo 0001_generic_message_passing.md 2023-12-12 11:24:41 -06:00
0002_governance_messaging.md Rename design/ to whitepapers/ 2021-12-09 11:54:17 +00:00
0003_token_bridge.md fix typo 0003_token_bridge.md 2023-12-12 11:24:41 -06:00
0004_message_publishing.md docs: quit the spelling spam typo fix PRs with cspell magic (#3845) 2024-03-20 15:40:02 -04:00
0005_data_availability.md fix typo 0005_data_availability.md 2023-12-12 11:24:41 -06:00
0006_nft_bridge.md fix typo 0006_nft_bridge.md 2023-12-12 11:24:41 -06:00
0007_governor.md docs: quit the spelling spam typo fix PRs with cspell magic (#3845) 2024-03-20 15:40:02 -04:00
0009_guardian_key.md whitepapers: remove batch whitepaper 2024-01-30 18:05:56 -05:00
0010_integrity_checkers.md whitepapers: First version of integrity checkers and global accountant (#2406) 2023-04-10 15:24:58 -04:00
0011_accountant.md docs: fix typos with spell checker 2023-12-21 15:24:20 -06:00
0012_ibc_generic_messaging.md fix typo 0012_ibc_generic_messaging.md 2023-12-12 11:24:41 -06:00
0013_ccq.md CCQ/Node/EVM: Backfill cache (#3558) 2024-03-15 14:26:11 -05:00
CCQ_Architecture.png CCQ Whitepaper (#3418) 2023-10-11 10:54:27 -05:00
navbar.md Rename design/ to whitepapers/ 2021-12-09 11:54:17 +00:00
template.md Rename design/ to whitepapers/ 2021-12-09 11:54:17 +00:00