Files
Abhijith PC 2a958cd2ea Fix grammar errors in bare metal state machine documentation
The states.rst documentation file contained several grammar errors
that affected readability and professionalism of the documentation.
These errors included incorrect possessive pronoun usage, missing
punctuation, improper capitalization of proper nouns, incorrect
passive voice construction, and improper use of restrictive clauses.
This change fixes all identified grammar errors while maintaining
the original document structure. The corrections include:

- Fix possessive pronoun usage ("it's" → "its")
- Add missing periods at end of sentences
- Capitalize "Ironic" properly as a proper noun throughout
- Fix passive voice construction ("can transitioned" → "can be transitioned")
- Correct restrictive clause usage ("which" → "that" where appropriate)
- Fix infinitive form ("attempting aborting" → "attempting to abort")

The changes focus solely on grammar corrections without altering
the content organization, headings, or technical accuracy of the
documentation.

Related-Bug: #2072349
Assisted-by: Cursor AI Assistant and Grammarly

Signed-off-by: Abhijith P C <abhijithpc25@gmail.com>
Change-Id: I6e4b8d974cd8e923570523fc2b3c017d1ea41383
2026-02-04 05:37:10 +00:00
..