Commit 8840e1f
fix: fix typos and replace aspell CI with typos (#3937)
* Fix typos found in the codebase
Thanks typos[1]!
[1] https://github.com/crate-ci/typos
* Add a typos.toml
It makes typos ignore two syllabes files, and one non-typo in a file.
* Replace aspell check with typos
This works on all files instead of just the Markdown files, and already
found many issues aspell missed.
* fix: rename typos.toml to _typos.toml, use child_name, bump typos action
- Rename typos.toml to _typos.toml (recommended convention)
- Revert childs_name -> children_name; use child_name instead
(original was possessive "child's", not plural)
- Bump crate-ci/typos action from v1.39.2 to v1.44.0
- Fix new typo in CHANGELOG.md from master merge
* docs: add typos spell checking section to CONTRIBUTING.md
---------
Co-authored-by: Matt Yan <syan4@ualberta.ca>1 parent a9b3978 commit 8840e1f
46 files changed
Lines changed: 75 additions & 245 deletions
File tree
- .github/workflows
- ci
- examples
- async_clock/src
- communication_child_to_parent/src
- communication_grandchild_with_grandparent/src
- communication_grandparent_to_grandchild
- keyed_list
- packages
- yew-macro
- src
- derive_props
- tests/html_lints
- yew-router-macro/src
- yew/src
- dom_bundle
- btag
- functional/hooks
- html/component
- utils
- website
- blog
- docs
- concepts/html
- migration-guides/yew
- i18n
- ja/docusaurus-plugin-content-docs
- version-0.18.0/concepts/components
- version-0.20/advanced-topics/struct-components
- zh-Hans/docusaurus-plugin-content-docs/version-0.18.0/concepts/components
- zh-Hant/docusaurus-plugin-content-docs
- version-0.18.0
- advanced-topics
- more
- version-0.20
- advanced-topics
- more
- version-0.21/more
- versioned_docs
- version-0.19.0/more
- version-0.20
- advanced-topics
- concepts/html
- getting-started
- migration-guides/yew
- version-0.21
- concepts
- html
- getting-started
- migration-guides/yew
- version-0.22
- concepts/html
- migration-guides/yew
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
60 | 74 | | |
61 | 75 | | |
62 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments