-
Notifications
You must be signed in to change notification settings - Fork 7.8k
doc: fix typo in multiple directories before v4.2.0 release #92329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: fix typo in multiple directories before v4.2.0 release #92329
Conversation
@@ -1328,7 +1328,7 @@ Boards | |||
produce a complete table. If disabled, a warning message will be shown instead of the runners | |||
tables. | |||
|
|||
Accessibilty Guidelines | |||
Accessibility Guidelines | |||
*********************** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty sure CI will be grump anyway
*********************** | |
************************ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed it.
By the way, I just accidentally found an extra *
in doc/contribute/guidelines.rst
while looking at the wrong file.
Utilize a code spell-checking tool to scan for and correct spelling errors in various files within the `doc` directory. In `dsa_txrx_process.svg`, correct the typo `Tansmit` to `Transmit`. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
b6dfa85
to
40a3307
Compare
|
Utilize a code spell-checking tool to scan for and correct spelling errors in various files within the
doc
directory.In
dsa_txrx_process.svg
, correct the typoTansmit
toTransmit
.