Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary
This includes both **expected items** (39) from .github/actions/spelling/expect.txt and **unrecognized words** (2)
Dictionary | Entries | Covers | Uniquely
-|-|-|-
[cspell:aws/aws.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/aws/aws.txt)|218|1|1|
Consider adding them (in `.github/workflows/spelling.yml`) in `jobs:`/`spelling:` for `uses: check-spelling/check-spelling@main` in its `with`:
``` yml
with:
extra_dictionaries: |
cspell:aws/aws.txt
```
To stop checking additional dictionaries, add (in `.github/workflows/spelling.yml`) for `uses: check-spelling/check-spelling@main` in its `with`:
``` yml
check_extra_dictionaries: ''
```
Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary
This includes both **expected items** (39) from .github/actions/spelling/expect.txt and **unrecognized words** (2)
Dictionary | Entries | Covers | Uniquely
-|-|-|-
[cspell:aws/aws.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/aws/aws.txt)|218|1|1|
Consider adding them (in `.github/workflows/spelling.yml`) in `jobs:`/`spelling:` for `uses: check-spelling/check-spelling@main` in its `with`:
``` yml
with:
extra_dictionaries: |
cspell:aws/aws.txt
```
To stop checking additional dictionaries, add (in `.github/workflows/spelling.yml`) for `uses: check-spelling/check-spelling@main` in its `with`:
``` yml
check_extra_dictionaries: ''
```
Summary
Remove the training section of Notebooks and turned it into a Quick Start section.
Related issue :