Skip to content

Conversation

@Shubh-Raj
Copy link

fix: Correct spelling errors in documentation and source files

Fixes #62

Description

This PR fixes 3 spelling errors discovered during a spell check audit of the repository.

Changes

File Line Typo Correction
README.md 130 minmize minimize
src/TemplateMarkNodes.ts 35 implicity implicitly
test/TemplateMarkInterpreter.test.ts 103-106 templatenName templateName

Testing

  • All existing tests pass
  • No functional changes, documentation/code quality fix only

Fixes accordproject#62

- README.md: minmize -> minimize
- src/TemplateMarkNodes.ts: implicity -> implicitly
- test/TemplateMarkInterpreter.test.ts: templatenName -> templateName

Signed-off-by: Shubh-Raj <shubhraj625@gmail.com>
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.

fix: Correct spelling errors in documentation and source files

1 participant