Skip to content

remove unnecessary semicolon(;) in sign up snippet#2901

Open
aryandevra24 wants to merge 1 commit intoappwrite:mainfrom
aryandevra24:patch-1
Open

remove unnecessary semicolon(;) in sign up snippet#2901
aryandevra24 wants to merge 1 commit intoappwrite:mainfrom
aryandevra24:patch-1

Conversation

@aryandevra24
Copy link
Copy Markdown

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 18, 2026

Greptile Summary

Removes a stray semicolon from the signup code snippet that prematurely terminated the Client method chain, preventing .setEndpoint() from ever being called. The fix is correct and the resulting chain now properly configures both the project ID and the API endpoint.

Confidence Score: 5/5

Safe to merge — single-character fix with no logic or structural risk.

The change is a one-character documentation fix that corrects broken method chaining. No logic, tests, or APIs are affected.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/docs/products/auth/email-password/+page.markdoc Removes a misplaced semicolon mid-chain in the signup snippet, allowing .setEndpoint() to be properly chained after .setProject()

Reviews (1): Last reviewed commit: "remove unnecessary semicolon(;) in sign ..." | Re-trigger Greptile

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.

1 participant