Skip to content

docs: Corrections to Endpoint inheritance page#484

Merged
developerjamiu merged 2 commits intomainfrom
docs/endpoint-inheritance-fact-check
May 8, 2026
Merged

docs: Corrections to Endpoint inheritance page#484
developerjamiu merged 2 commits intomainfrom
docs/endpoint-inheritance-fact-check

Conversation

@developerjamiu
Copy link
Copy Markdown
Contributor

Summary

Fact-checked the Endpoint inheritance page. Two corrections:

  • Code example bug: super.hello(...)await super.greet(...) (wrong method name + missing await on a Future<String>).
  • @doNotGenerate parent: corrected wording to match actual generator output (no parent client class generated; child extends EndpointRef directly with parent methods inlined).

Verified by running serverpod generate on a real project.

Test plan

  • Render the page locally and confirm both code blocks read correctly.

@developerjamiu developerjamiu requested review from Swiftaxe and Zfinix May 7, 2026 12:45
Comment thread docs/06-concepts/01-working-with-endpoints/02-endpoint-inheritance.md Outdated
…ance.md

Co-authored-by: Alexander Dahlberg <dustbin4ever@gmail.com>
@developerjamiu developerjamiu requested a review from Swiftaxe May 8, 2026 08:02
@developerjamiu developerjamiu merged commit db8f13f into main May 8, 2026
4 checks passed
@developerjamiu developerjamiu deleted the docs/endpoint-inheritance-fact-check branch May 8, 2026 08:08
@developerjamiu developerjamiu self-assigned this May 8, 2026
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