tinygo-site icon indicating copy to clipboard operation
tinygo-site copied to clipboard

Fix typos

Open deining opened this issue 1 year ago • 1 comments

This PR fixes various typos I spotted in the project.

deining avatar Jul 25 '24 21:07 deining

@deining the general idea of fixing typos is good, but there some things you need to know about. One is that a lot of the machine package docs are generated from the info in the main repo. See https://github.com/tinygo-org/tinygo-site/tree/release/doc-gen

As a result, many of your proposed changes would be overwritten when the docs are auto-updated, which will happen as part of this new release.

deadprogram avatar Aug 20 '24 09:08 deadprogram

Merged, since this still seems like a good idea. A bunch of these will be overwritten, but that doesn't seem too bad to me.

@deining if you are interested, the machine/*.md files are based on files in the tinygo repository. If you want to, you can fix the typos there (in src/machine).

aykevl avatar Sep 29 '25 15:09 aykevl