-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix spelling ci & fix typo #1481
Conversation
commit: |
82c5794
to
cb94ad3
Compare
f779fa8
to
e1707ec
Compare
e1707ec
to
36374b6
Compare
Okay, got it |
Sent a PR samchon/openapi#130 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for great contribution.
wait until samchon/openapi#130 merged maybe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything completed
Excluding test is fine! |
This pull request includes various spelling corrections and minor bug fixes across multiple files. The changes primarily focus on correcting typographical errors and ensuring consistency in variable names.
It uses typos cli tool
Spelling Corrections:
.github/workflows/spell-check.yml
: Added a new workflow for spell-checking usingtypos
action.README.md
: Corrected "Sponsers" to "Sponsors". [1] [2]src/IReadableURLSearchParams.ts
: Corrected "libray" to "library".src/factories/MetadataTypeTagFactory.ts
: Corrected "constains" to "constrains".src/factories/ProtobufFactory.ts
: Corrected multiple spelling errors such as "ARRRAY" to "ARRAY" and "dimenstional" to "dimensional". [1] [2]src/factories/internal/metadata/iterate_metadata_intersection.ts
: Corrected "COSTRUCT" to "CONSTRUCT".src/http.ts
: Corrected "beeen" to "been".src/internal/_isUniqueItems.ts
: Corrected "EMTPY" to "EMPTY".src/json.ts
: Corrected "convers" to "converts" in multiple locations. [1] [2] [3] [4] [5] [6]src/llm.ts
: Corrected "secrety" to "secretly". [1] [2]Bug Fixes:
benchmark/src/internal/BenchmarkServer.ts
: Corrected variable name "findLibaries" to "findLibraries" and "LIBARIES" to "LIBRARIES". [1] [2] [3]benchmark/src/programs/assert-error/io-ts/createAssertErrorIoTsBenchmarkProgram.ts
: Corrected variable name "instace" to "instance".benchmark/src/programs/createSuccessBenchmarkProgram.ts
: Corrected variable name "multipler" to "multiplier". [1] [2]benchmark/src/programs/validate-error/io-ts/createValidateErrorIoTsBenchmarkProgram.ts
: Corrected variable name "instace" to "instance".benchmark/src/structures/class-validator/ClassValidatorArrayHierarchical.ts
: Corrected variable name "employeed_at" to "employed_at".benchmark/src/structures/pure/ArrayHierarchical.ts
: Corrected variable name "employeed_at" to "employed_at". [1] [2] [3]benchmark/src/structures/pure/ObjectHierarchical.ts
: Corrected variable name "employeed" to "employed".benchmark/src/structures/typebox/TypeboxArrayHierarchical.ts
: Corrected variable name "employeed_at" to "employed_at".benchmark/src/utils/TestRandomGenerator.ts
: Corrected "SECIAL" to "SPECIAL".