Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 28, 2025

Corrected spelling and grammar errors found in markdown documentation, test descriptions, code error messages, and the OpenAPI specification.

Changes

Documentation (3 files, 5 fixes):

  • README.md: assigmentassignment
  • docs/GLOSSARY.md:
    • mutli-tenantmulti-tenant
    • organisationsorganizations (standardize to American English)
    • tenant.Thistenant. This (missing space after period)

Code/Error Messages (5 files, 5 fixes):

  • server/src/api_endpoints/endpoint_self_token.js: Borne tokenBearer token
  • server/src/api_endpoints/endpoint_self_scopes.js: Borne tokenBearer token
  • server/src/api_endpoints/endpoint_self_clients.js: Borne tokenBearer token
  • server/src/api_endpoints/endpoint_self_roles.js: Borne tokenBearer token
  • server/src/api_endpoints/endpoint_self_permissions.js: Borne tokenBearer token

Tests (2 files, 4 fixes):

  • server/test/endpoint_admin_roles_permissions.test.js: should return 404 and forshould return 404 for (removed extraneous "and")
  • database/test/db-insert.test.js: non-existantnon-existent (3 occurrences)

OpenAPI Spec (1 file, 1 fix):

  • server/the-usher-openapi-spec.yaml: scope need to bescope needs to be (grammar correction)

All changes are minimal spelling and grammar corrections with no functional code changes. Total: 15 typos fixed across 10 files.

Original prompt

Find all the typos is the project, including the MD file, Open API document, test, function name, variable, etc and create a PR to fix the issue


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: k1ch <19498202+k1ch@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix typos in project files including documentation and code Fix typos across documentation, tests, and code comments Oct 28, 2025
Copilot AI requested a review from k1ch October 28, 2025 22:40
Copilot finished work on behalf of k1ch October 28, 2025 22:40
@k1ch
Copy link
Collaborator

k1ch commented Oct 29, 2025

@copilot Review the actual code as well, ensure there is no typo in variable or function names or comments.

Copilot AI and others added 3 commits October 29, 2025 17:57
Co-authored-by: k1ch <19498202+k1ch@users.noreply.github.com>
Co-authored-by: k1ch <19498202+k1ch@users.noreply.github.com>
Co-authored-by: k1ch <19498202+k1ch@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Oct 29, 2025

@copilot Review the actual code as well, ensure there is no typo in variable or function names or comments.

Completed comprehensive review of the actual code. Found and fixed additional typos:

Code typos fixed (commits fc57f83, 4f552a1, 551053f):

  • "Borne token" → "Bearer token" in 5 error messages across endpoint files
  • "non-existant" → "non-existent" in 3 test descriptions
  • "scope need to be" → "scope needs to be" in OpenAPI spec

Total: 15 typos fixed across 10 files (documentation, code, tests, and OpenAPI spec)

Copilot AI changed the title Fix typos across documentation, tests, and code comments Fix typos across documentation, tests, code, and OpenAPI spec Oct 29, 2025
Copilot finished work on behalf of k1ch October 29, 2025 18:07
@k1ch k1ch marked this pull request as ready for review October 29, 2025 18:21
@k1ch k1ch requested a review from mikelax October 29, 2025 18:26
@mikelax mikelax added the documentation Improvements or additions to documentation label Oct 29, 2025
@k1ch k1ch merged commit 6b06954 into main Oct 29, 2025
3 checks passed
@k1ch k1ch deleted the copilot/fix-typos-in-project branch October 29, 2025 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants