Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Aug 11, 2025

This PR fixes a spelling error introduced in PR #73 where PageSummary was misspelled as PageSummery in the api/pages/project.ts file.

Changes Made

  • Fixed interface name: PageSummeryPageSummary
  • Fixed type reference in PageList: pages: PageSummery[]pages: PageSummary[]
  • Fixed JSDoc comment: "a page summery" → "a page summary"

Impact

This is a breaking change for any consumers of the @cosense/types package who were using the misspelled PageSummery interface. The correct spelling PageSummary should be used instead.

The affected interface is exported publicly via rest.ts and represents page summary data from the Scrapbox API endpoint https://scrapbox.io/api/pages/:projectname.

Testing

  • ✅ All existing tests pass
  • ✅ TypeScript compilation succeeds
  • ✅ Linting and formatting checks pass
  • ✅ Dry run publish succeeds

💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: takker99 <37929109+takker99@users.noreply.github.com>
Copilot AI changed the title [WIP] @scrapbox-jp/types/pull/73 でPageSummaryPageSummeryとスペルミスしてしまった。 名前を直すPR作っといて。 Denoを最初にinstallするように。 firewall設定したけど、もし間違えてたら教えて。 `DENO_TLS... Fix spelling error: PageSummery → PageSummary Aug 11, 2025
Copilot AI requested a review from takker99 August 11, 2025 03:40
Copilot finished work on behalf of takker99 August 11, 2025 03:40
@takker99 takker99 marked this pull request as ready for review August 11, 2025 04:04
@takker99 takker99 merged commit 869c807 into main Aug 11, 2025
2 checks passed
@takker99 takker99 deleted the copilot/fix-8e405fe2-53a0-4242-a3f1-1e0023933d6a branch August 11, 2025 04:04
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.

2 participants