Skip to content

fix: Fix spelling mistakes in code comments#1149

Open
vermarjun wants to merge 1 commit intoaccordproject:mainfrom
vermarjun:spelling_issues
Open

fix: Fix spelling mistakes in code comments#1149
vermarjun wants to merge 1 commit intoaccordproject:mainfrom
vermarjun:spelling_issues

Conversation

@vermarjun
Copy link

Closes #1148

Fixed spelling mistakes found in JSDoc comments across 4 .d.ts type
declaration files in packages/concerto-core/types/. JSDoc comments in
.d.ts files surface directly in IDE tooltips and autocomplete hints for
library consumers, so these typos affect the developer experience of anyone
using this package.

Changes

  • lib/model/relationship.d.ts: ContructsConstructs
  • lib/model/relationship.d.ts: compatabilitycompatibility (×2)
  • lib/model/typed.d.ts: OverridenOverridden
  • lib/serializer/objectvalidator.d.ts: resouceresource (×2)
  • lib/serializer/resourcevalidator.d.ts: resouceresource (×2)

Flags

  • Comment/documentation-only changes — zero functional impact
  • No tests required as no logic was modified
  • Note: These .d.ts files may be generated from source files that
    contain the same typos. The same fixes may need to be applied to the
    original source to prevent the typos from returning on next type generation.

Screenshots or Video

N/A — comment-only changes

Related Issues

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to main from fork:branchname

Signed-off-by: vermarjun <vermarjun26@gmail.com>
@vermarjun
Copy link
Author

@sanketshevkar @mttrbrts can you please review it?

@github-actions
Copy link
Contributor

This PR is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Fix spelling mistakes in JSDoc comments in .d.ts type declaration files

1 participant