Skip to content

Fix technology-name capitalization in three entry descriptions - #44

Merged
crtahlin merged 1 commit into
mainfrom
fix/readme-spelling
Aug 17, 2026
Merged

Fix technology-name capitalization in three entry descriptions#44
crtahlin merged 1 commit into
mainfrom
fix/readme-spelling

Conversation

@crtahlin

Copy link
Copy Markdown
Collaborator

Three entry descriptions used incorrect capitalization for technology names:

Entry Was Now
Bee-JS Javascript JavaScript
Doctor Bee python Python
Bee-JS Docs Bee-js javascript Bee-JS JavaScript

The Bee-JS Docs line also spelled the project name Bee-js, which is now aligned with the Bee-JS spelling used elsewhere in the list.

Effect on awesome-lint

npx awesome-lint on main reports five awesome-spell-check warnings. This clears three of them; the list goes from five warnings to two.

CI was already green and stays green either way — these are warnings, not errors, so they never blocked the build.

The two warnings left, deliberately

  • L45 pandas — the project styles its own name in lowercase, and it appears in a list of library names (Dask, Zarr, DuckDB). Pandas would be incorrect.
  • L137 blockchain explorerblockchain here is an ordinary noun modifier, not a product name. Blockchain explorer is not correct English.

The rule hedges with "if referring to the technology", and in both cases it isn't. Fixing them would make the list worse, so they stay.

Copy changes only — no entries added, removed or reordered.

Bee-JS, Doctor Bee and Bee-JS Docs used 'Javascript', 'python' and
'javascript'. Also aligns 'Bee-js' with the 'Bee-JS' spelling used
elsewhere in the list. Clears three awesome-lint spell-check warnings.
@crtahlin
crtahlin merged commit b63e9bd into main Aug 17, 2026
3 checks passed
@crtahlin
crtahlin deleted the fix/readme-spelling branch August 17, 2026 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants