You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit improves awkward or non-native English expressions found
throughout the project documentation to make them more natural for
native English speakers.
Main improvements:
- Remove redundant words ("redundant boilerplate" → "boilerplate")
- Fix superlative constructions ("the most oldest" → "the oldest")
- Improve article usage ("few options" → "a few options")
- Replace awkward phrases ("Special touch for" → "Enhanced")
- Fix grammar patterns ("recommend you to" → "recommend that you")
- Standardize terminology ("the Fediverse" → "the fediverse")
- Remove unnecessary articles ("the most implementations" → "most")
- Fix plural forms ("are a function" → "are functions")
- Improve idiomatic expressions ("first of all" → "first")
- Correct word order ("still is not aware" → "is still not aware")
These changes were made after a comprehensive review of all major
documentation files including README.md, AGENTS.md, CONTRIBUTING.md,
and docs/ directory to identify and correct patterns that would sound
awkward to native English speakers.
[ci skip]
0 commit comments