Fix every typos, and add spell checker of github actions #1221
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes a variety of changes, primarily focused on fixing typos and minor errors across several files. The most important changes include the addition of a spell-check workflow, corrections to spelling errors in documentation and code, and updates to variable names for consistency.
Workflow Improvements:
.github/workflows/spell-check.yml
: Added a new spell-check workflow to automate the detection of spelling errors in the codebase.Documentation Corrections:
CONTRIBUTING.md
: Corrected the spelling of "whould" to "would".README.md
: Updated the link text from "A.I. Chatbot by Swagger" to "AI Chatbot Development".packages/agent/prompts/describe.md
: Fixed the spelling of "decribing" to "describing".packages/agent/prompts/execute.md
: Corrected "messesages" to "messages" and "informations" to "information".Code Corrections:
benchmark/src/internal/BenchmarkServer.ts
: Corrected the spelling of "libaries" to "libraries" and "LIBARIES" to "LIBRARIES". [1] [2] [3]benchmark/src/structures/class-validator/ClassValidatorArrayHierarchical.ts
: Fixed the typo "employeed_at" to "employed_at".benchmark/src/structures/pure/ArrayHierarchical.ts
: Corrected "employeed_at" to "employed_at" in multiple places. [1] [2] [3]benchmark/src/structures/pure/ObjectHierarchical.ts
: Changed "employeed" to "employed".Miscellaneous Fixes:
packages/agent/src/chatgpt/ChatGptCancelFunctionAgent.ts
: Corrected "SYTEM" to "SYSTEM".packages/agent/src/structures/INestiaAgentEvent.ts
: Fixed "fnction" to "function" and "decribing" to "describing". [1] [2]packages/agent/src/structures/INestiaAgentPrompt.ts
: Corrected "occured" to "occurred".packages/agent/src/structures/INestiaAgentProps.ts
: Fixed "assinging" to "assigning".packages/benchmark/src/DynamicBenchmarker.ts
: Corrected the import statement and fixed typos in the code. [1] [2] [3] [4]